body {
    background-color: #fff
}

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

#auth #auth-right {
    height: 100%;
    background: url(../../images/bg/4853433.jpg);
    background-size: cover;
}

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

#auth #auth-left .auth-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

#auth #auth-left .auth-subtitle {
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #a8aebb;
    text-align: center;
}

#auth #auth-left .auth-logo {
    margin-bottom: 5rem;
    text-align: center;
}

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

@media screen and (max-width:767px) {
    #auth #auth-left {
        padding: 40px 20px;
    }
}

.authforms {
    padding: .65rem .65rem .65rem 3rem !important;
    font-size: 1rem !important;
}