body {
    background-color: #fff
}

#auth {
    height: 100vh;
    overflow-x: hidden
}

#auth #auth-right {
    height: 100%;
    background: url(../../images/bg/4853433.jpg), linear-gradient(90deg, #2d499d, #3f5491)
}

#auth #auth-left {
    padding: 5rem 8rem
}

#auth #auth-left .auth-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

#auth #auth-left .auth-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 2.5rem;
    color: #a8aebb
}

#auth #auth-left .auth-logo {
    margin-bottom: 2rem
}

#auth #auth-left .auth-logo img {
    height: 7rem
}

@media screen and (max-width:767px) {
    #auth #auth-left {
        padding: 5rem
    }
}