.overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: color-mix(in srgb, var(--darkMaven), transparent 40%);
    display: none;
    z-index: 9999;
    overflow-y: scroll;
}
#gridOverlay{
    z-index: 9999999999999;
}
#gridOverlay.d-flex{
    align-items: center;
    justify-content: center;
}

.lds-roller {
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (min-width: 576px) {
    #chLogo {
        margin-top: 15px;
    }
    .logo-link #logo{
        margin-top: 8px;
    }
    .logo-link{
        font-size: 12px;
        margin-bottom: 0;
    }
}
.auth0-lock-overlay {
    background-color: var(--maven);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999;
}

.login-container {
    height: 100dvh; /* Fallback for browsers that do not support Custom Properties */
    overflow-x: hidden;
}

.login-container .row {
    overflow-y: hidden;
}


.poweredBy {
    height: auto;
    width: 111px;
    z-index: 99999;
    margin: 0 auto;
}

.login {
    position: relative;
    z-index: 99999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    /* min-width: 300px; */
    width: 100%;
    /* max-width: 600px; */
    /* margin: auto; */
    text-align: center;
    padding: 5vh 5px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus{
    transition: background-color 0s 600000s, color 0s 600000s;
    font: 13px lato-light, "Arial Light",Arial;
}
.form_control input, #username, #password, input:-internal-autofill-selected {
    background-color: var(--darkMaven)!important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 13px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 15px lato-light, "Arial Light",Arial;
    color:var(--logo-color);
    border: none;
    box-shadow: inset 0px 0px 5px var(--input-color-mix);
    /* width: 97%; */
}
input::placeholder {
    color: white;
}
input:focus {
    color: #FFFFFF;
    border:none;
    outline-width: 0;
}
.wrongUserPass{
    display: none;
    color: var(--logo-color);
    padding-top: 16px;
    font-family: lato-hairline;
    font-size: 13px;
}
.login-formWrapper {
    /* padding: 20px 40px 30px 40px; */
    display: inline-block;
    min-width: 100%;
    max-width: 600px;
    width: 75%;
}

.sign-in-button:hover, .sign-in-button:active, .sign-in-button:focus, .sign-in-button:focus-visible, .sign-in-button:target{
    color: white;
    border: solid var(--darkMaven)!important;
    background-color: var(
            --darkMaven);
    box-shadow: none;
}

.lm_logo {
    position: absolute;
    max-width: 30vw;
    max-height: 30vh;
    width: 64%;
    height: 60%;
    display: block;
    top: 70%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 99;
}

svg {
    filter: drop-shadow(5px 5px 2px rgb(0 0 0 / 0.3));
}

.lm_churchille_re_logo {
    width: 100%;
    z-index: 9999;
    padding: 10vh 0 5vh;
    text-align: center;
}


.sign-in-button {
    margin-top: 35px;
    color: var(--logo-color);
    letter-spacing: 1px;
    padding-top: 13px;
    padding-bottom: 14px;
    text-align: center;
    width: 97%;
    background-color: var(--maven);
    box-shadow: 0px 0px 8px -1px var(--input-color-mix);
    font-size: 12px;
    font-family: lato-regular, "Arial Light", Arial;
    text-transform: uppercase;
}

.hollow-section{
    z-index: 9999;
    position: relative;
    padding-left: 0;
}
.hollow-square{
    display: block;
    width: 8.28vw;
    height: 16vh;
    background: linear-gradient(180deg, rgba(var(--accent-color-boxes-left)), rgba(var(--accent-color-boxes-right)));
    opacity: 35%;
    border-radius: 3px;
}

.hollow-section .row>div:nth-of-type(even){
    margin-top: -3vh;
    padding-left: 1vw;
    padding-right: 1vw;

}
.hollow-section .row:nth-of-type(even){
    margin-left: 1.5vw;

}

.hollow-section .row>div:nth-of-type(even) .hollow-square{
    background: linear-gradient(0deg, rgba(var(--accent-color-boxes-left)), rgba(var(--accent-color-boxes-right)));
    margin-top: 3vh;
}

.hollow-section .row>div:nth-of-type(odd) .hollow-square::before{
    position: absolute;
    display: block;
    width: 8.28vw;
    height: 16vh;
    background: linear-gradient(270deg, rgba(var(--accent-color-boxes-left)), rgba(var(--accent-color-boxes-right)) );
    opacity: 90%;
    border-radius: 3px;
    content: "";
    margin-left: -4.5vw;
    margin-top: -6vh;
}

.hollow-section .row>div:nth-of-type(even) .hollow-square::before{
    position: absolute;
    display: block;
    width: 8.28vw;
    height: 16vh;
    background: linear-gradient(90deg, rgba(var(--accent-color-boxes-left)), rgba(var(--accent-color-boxes-right)) );
    opacity: 90%;
    border-radius: 3px;
    content: "";
    margin-left: -3.5vw;
    margin-top: 3vh;
}

.hollow-section .row>div:nth-of-type(odd) .hollow-square::after{
    position: absolute;
    display: block;
    width: 8.28vw;
    height: 16vh;
    background: linear-gradient(0deg, rgba(var(--accent-color-boxes-left)), rgba(var(--accent-color-boxes-right)) );
    opacity: 90%;
    border-radius: 3px;
    content: "";
    margin-left: 3.5vw;
    margin-top: 7vh;
}

.hollow-section .row>div:nth-of-type(even) .hollow-square::after{
    position: absolute;
    display: block;
    width: 8.28vw;
    height: 16vh;
    background: linear-gradient(0deg, rgba(var(--accent-color-boxes-left)), rgba(var(--accent-color-boxes-right)) );
    opacity: 69%;
    border-radius: 3px;
    content: "";
    margin-left: 4.5vw;
    margin-top: 6vh;
}

.lm_logo_sm {
    width: 100%;
    z-index: 9999;
    /* margin: 0vh auto 0vh; */
    text-align: center;
}

.login_height {
    min-height: 500px;
    height: calc(100vh - 64px);
}
.lm_churchille_re_logo img{
    width: 300px;
    display: inline-block;
    max-width: 100%;
}
.lm_logo_sm svg{
    height: 75px;
    width: 100px;
    max-width: 100%;
}
#loginForm{
    display: block;
}
@media screen and (min-width: 350px){
    .login-formWrapper{
        min-width: 300px;
    }
}
@media screen and (min-width: 992px) {

    .poweredBy {
        margin: auto 1vw 2vw auto;

    }

    .login_height_boxes {
        /* height: 96vh; */
    }

    .login {
        padding: 9vh 5px 15vh;
    }
    .login_height{
        height:100vh;
    }
    .lm_churchille_re_logo {
        padding: 20vh 0 5vh;
    }

    .lm_logo_sm {
        margin: 0vh auto 0vh;
    }

    .form_control input, #username, #password, .sign-in-button {
        width: 100%
    }

}

