#mschoa-login {
    background-image: url('../../img/login_background.png');
    background-position: center 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, #mschoa-login #mschoa-bandwidth-selector {
    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, .mschoa-checkbox-login {
    border: none;
}

#mschoa-login-brand {
    width: 90px;
}

#mschoa-login .dynamic-select .dynamic-select-header {
    padding-left: 0;
}

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

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

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

#mschoa-login a {
    color: var(--mschoa-color-blue-standard);
}

#mschoa-login .card h1, #mschoa-login #mschoa-bandwidth-selector {
    font-family: 'BebasNeue-Book';
}

#mschoa-login .card h2 {
    font-family: 'BebasNeue-Book';
}

.mschoa-login-normal-title {
    font-family: 'Roboto-Light' !important;
}

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

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

#mschoa-body-noauth-wrap {
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 425px;
    max-width: 450px;
}

.mschoa-background-brand {
    background-color: var(--mschoa-color-background-brand);
}

#mschoa-login-brand + div h1 {
    color: white;
}

#mschoa-login-brand + div h1:first-of-type {
    font-family: 'BebasNeue-Book';
    font-size: 1.5em;
}

#mschoa-login-brand + div h1:last-of-type {
    font-family: 'BebasNeue-Bold';
    font-size: 1.5em;
}

#mschoa-login-brand-wrap {
    border-bottom: 1px solid #ffffff52 !important
}

#mschoa-login-footer {
    font-family: 'Roboto-Light';
}

#mschoa-powered-by{
    width: 150px;
}