body {
    background-color: #fff
}

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

#auth #auth-right {
    background: url(../../images/bg/login-bg.png), linear-gradient(90deg, #fcfcfc, #5205aa);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%
}

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

#auth #auth-left .auth-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: purple
}

#auth #auth-left .auth-subtitle {
    color: #a8aebb;
    font-size: 1rem;
    line-height: 2rem
}

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

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

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

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