/* -------------------------------------------------------------------------- */

body {
    width: 100%;
    height: 100vh;
    min-width: 360px;
    min-height: 480px;
    background-image: url(/i/login-back.jpg);
    background-repeat: no-repeat;
    background-color: #b9c3c6;
    background-size: contain;
    background-position: bottom center;
}
@media (max-width: 840px) {
    body {
        background-size: cover;
    }
}
body > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body > div > div {
    width: 400px;
    height: 480px;
}
@media (max-width: 480px) {
    body > div > div {
        width: 360px;
    }
}
.auth_back {
    width: 300px;
    height: 366px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    margin: 60px 0 0 48px;
    border-radius: 8px;
    box-shadow: 6px 8px 8px 4px rgba(38, 50, 56, 0.05);
}
@media (max-width: 480px) {
    .auth_back {
        margin: 60px 0 0 38px;
    }
}
.auth_form {
    width: 300px;
    height: 366px;
    background-color: rgba(236, 239, 241, 0.9);
    position: absolute;
    margin: 52px 0 0 40px;
    border-radius: 8px;
    box-shadow: 6px 8px 8px 0px rgba(38, 50, 56, 0.20);
}
@media (max-width: 480px) {
    .auth_form {
        margin: 52px 0 0 30px;
    }
}
.auth_logo {
    width: 80px;
    height: 80px;
    position: absolute;
    margin: 12px 0 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 6px 8px 8px 0px rgba(38, 50, 56, 0.11);
}
@media (max-width: 480px) {
    .auth_logo {
        margin: 12px 0 0 140px;
    }
}
.auth_logo > div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.auth_logo > div > img {
    width: 52px;
    height: 52px;
    margin: 14px;
}
.auth_copyright {
    width: 300px;
    font-size: 10px;
    position: absolute;
    margin: 440px 0 0 40px;
    color: rgba(96, 125, 139, 0.7);
    text-align: center;
    text-transform: uppercase;
    line-height: 12px;
}
.auth_copyright > a {
    color: rgba(96, 125, 139, 0.7);
    transition: .3s;
    text-decoration: none;
}
.auth_copyright > a:hover {
    color: #488fcc;
}

/* -------------------------------------------------------------------------- */

.auth_form > div:first-child {
    height: 48px;
    border-left: 4px solid #488fcc;
    padding-left: 32px;
    margin: 60px 0 0 0;
}
.auth_form > div:first-child > * {
    display: block;
}
.auth_form > div:first-child > b {
    font-size: 32px;
    color: #488fcc;
    text-transform: uppercase;
    line-height: 32px;
}
.auth_form > div:first-child > i {
    color: rgba(96, 125, 139, 0.5);
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 22px;
    padding-left: 1px;
}
#auth_form > .row {
    margin: 12px 40px 12px 34px !important;
}
#auth_form > .row:first-child {
    margin-top: 20px !important;
    margin-bottom: 13px !important;
}
#auth_form > .row .prefix-pwd {
    margin-left: -3px;
}
#auth_submit {
    margin: 23px 0 0 74px;
}
#auth_submit > i {
    line-height: 44px;
    height: 48px;
}
.auth_load{
    background-image: url(/i/preloader_cfd8dc.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: 75% !important;
    background-color: #b0bec5 !important;
    color: transparent !important;
    cursor: default !important;
    transition: 0.0s;
}
.empty_input {
    border-bottom: 1px solid #f44336 !important;
    transition: text-indent 0.3s ease;
}
.input-field > .empty_input + label {
    color: #f44336 !important;
    margin: 11px 0 0 64px !important;
    transition: margin .4s ease-in-out;
}
#auth_error{
    display: none;
    flex-wrap: nowrap;
    align-items: center;
    transition: 1.3s;
    margin: -77px 0 0 31px;
}
#auth_error > i {
    color: #f44336;
    font-size: 24px;
    margin-right: 18px;
}
#auth_error > div {
    color: #f44336;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
/* -------------------------------------------------------------------------- */
#toast-container{
    top: unset !important;
    right: unset !important;
    bottom: 50px;
    left: calc( 50% - 160px );
    min-width: 300px;
    max-width: 300px;
    text-align: center;
    width: 300px;
    height: 48px;
    margin: 0;
    padding: 0;
}
@media (max-width: 480px) {
    #toast-container{
        left: calc( 50% - 150px );
    }
}
@media (max-width: 360px) {
    #toast-container{
        left: 29px;
    }
}
/* -------------------------------------------------------------------------- */
