body {
    background-color: #fff
}

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

#auth #auth-right {
    height: 100%;
    background: url(../../images/assistant-showing-and-explaining-document.jpeg) no-repeat center, linear-gradient(90deg, #2d499d, #3f5491);
    background-size: cover;
}

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

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

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

#auth #auth-left .auth-logo {
    margin-bottom: 30px
}

#auth #auth-left .auth-logo img {
    height: 48px;
}

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