﻿/* This css file is applied before styles.scss loaded */
body
{
    margin: 0;
}
.loading-container
{
    position: fixed;
    z-index: 999;
    display: flex;
    width: 100vw;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    transition: opacity .8s ease;
    pointer-events: none;
    overflow: hidden;
    background-color: #013b87;
}/* Hide Google reCAPTCHA badge */
.grecaptcha-badge
{
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}