#mschoa-login {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

#mschoa-login .card {
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, .6);
}

#mschoa-login .card  h1, #mschoa-login .card  h2, #mschoa-login .card  .text-muted, #mschoa-login .card .form-check-label {
    color: var(--mschoa-color-white) !important;
}

#mschoa-login .card {
    border: none;
}

#mschoa-login-logo img {
    max-height: 80px;
}

.form-floating-group input {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.mschoa-input-login:not(.is-invalid), .mschoa-checkbox-login:not(.is-invalid) {
    border: none;
}

#mschoa-login-brand {
    width: 80%;
}

#mschoa-login #submit i {
    float: right;
    padding-top: 4px;
}

#mschoa-login .mschoa-back i {
    float: left;
}

#mschoa-login .card h1 {
    font-family: 'Inter-Regular';
}

#mschoa-login .card h2 {
    font-family: 'Inter-Regular';
}

.mschoa-login-normal-title {
    font-family: 'Inter-Thin-BETA' !important;
}

.mschoa-login-normal-title-light {
    font-family: 'Inter-Light-BETA' !important;
    color: var(--mschoa-color-text);
}

#mschoa-top-brand {
    color: var(--mschoa-color-white);
    font-family: 'Inter-Thin-BETA';
    font-size: 1.15em;
}

.mschoa-comm-message, .mschoa-noauth-message {
    font-family: 'Inter-Light-BETA';
    color: var(--mschoa-color-text);
    font-size: 1.5em;
}

#mschoa-body-noauth-wrap {
    padding-left: 5.5em;
    padding-right: 5.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}

#mschoa-logo-noauth-messenger-chat {
    max-width: 275px;
    width: 100%;
}

#mschoa-logo {
    width: 150px;
}

#mschoa-noauth-wrap {
    border-radius: var(--bs-border-radius) !important;
}

#mschoa-body-noauth-wrap h1 {
    color: var(--mschoa-color-text);
}

@media (max-width: 992px) {

    #mschoa-login .container {
        margin-left: 1em;
        margin-right: 1em;
    }

    #mschoa-master-noauth-brand .row {
        height: initial !important;
    }

    #mschoa-master-noauth-brand .row div {
        justify-content: center !important;
    }

    #mschoa-noauth-wrap > div {
        height: auto !important;
        border-bottom-left-radius: var(--bs-border-radius);
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    #mschoa-master-noauth-brand {
        justify-content: flex-start !important;
        border-bottom-left-radius: unset;
        border-top-right-radius: var(--bs-border-radius);
    }

    #mschoa-master-noauth-brand {
        min-height: auto !important;
    }

    #mschoa-body-noauth-wrap {
        padding-left: 3.7em;
        padding-right: 3.7em;
    }

}