body {
    background-color: #fff;
}
#auth {
    height: 100vh;
    overflow-x: hidden;
}
#auth #auth-right {
    height: 100%;
    background: url(../images/carousel3.jpeg), linear-gradient(90deg, #9d742d, #cdcf3d);
    background-repeat: no-repeat;
    background-size: cover;
}
#auth #auth-left {
    padding: 5rem 8rem;
}
#auth #auth-left .auth-title {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 1rem;
}
#auth #auth-left .auth-subtitle {
    font-size: 1.7rem;
    line-height: 2.5rem;
    color: #fff;
}
#auth #auth-left .auth-logo {
    margin-bottom: 7rem;
}
#auth #auth-left .auth-logo img {
    height: 2rem;
}
#auth #auth-left .form-label{
    color: #fff;
}
@media screen and (max-width: 767px) {
    #auth #auth-left {
        padding: 5rem;
    }
}
