body {
    background-color: var(--bs-body-bg);
}
#auth {
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#auth #auth-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: url(../static/images/bg/4853433.png), linear-gradient(90deg, #2d499d, #3f5491);*/
}
#auth #auth-left {
    width: 692px;
    padding: 4rem;
    background-color: #FFF;
    border-radius: 12px;
    margin: 24px auto;
}
#auth #auth-left .auth-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
#auth #auth-left .auth-subtitle {
    font-size: 1.1rem;
    line-height: 1rem;
    color: #a8aebb;
}
#auth #auth-left .auth-logo {
    margin-bottom: 4rem;
}
#auth #auth-left .auth-logo img {
    height: 10rem;
}
@media screen and (max-width: 1399.9px) {
    #auth #auth-left {
        padding: 3rem;
    }
}
@media screen and (max-width: 767px) {
    #auth #auth-left {
        padding: 5rem;
    }
}
@media screen and (max-width: 576px) {
    #auth #auth-left {
        padding: 5rem 3rem;
    }
}
html[data-bs-theme="dark"] #auth-right {
    /*background: url(../../images/bg/4853433.png), linear-gradient(90deg, #2d499d, #3f5491);*/
}
