body {
    background-color: #fff
}

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

#auth #auth-right {
    height: 100%
}

#auth #auth-right {
    min-height: 100vh;
    background: url('../../image/bg-user.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-bootstrap-selectsize: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    position: relative;
}

#auth #auth-left {
    padding: 1rem 1rem 1rem 2rem
}

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

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

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

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

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

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