body {
    background-color: #fff
}

#auth {
    height: 100vh;
    overflow-x: hidden;
    background: url(https://test.digitalbundle.tn/gsa/assets/images/faces/school.png);
    /* background-repeat: no-repeat; */
    background-size: 20%;
}

#auth #auth-right {
    background: url(../../../assets/images/4853433.png?45649b87e0b3f50bfa1372c6cdb4595f), linear-gradient(90deg, #2d499d, #3f5491);
    height: 100%;
    background-image: url(/gsa/assets/images/faces/school.png);
    background-size: 44%;
}

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

#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: 50px
}

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

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

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

body.theme-dark #auth-right {
    background: url(../../../assets/images/4853433.png?45649b87e0b3f50bfa1372c6cdb4595f), linear-gradient(90deg, #2d499d, #3f5491)
}

#auth .col-12 {
    background: #fff;
    border-radius: 5px;
}



.row.d-flex.justify-content-center.align-items-center.h-100 {
    padding: 50px;
}

div#auth-left {
    padding: 3rem 2rem !important;
}

#auth #auth-left .auth-logo img {
    width: 50%;
    margin: 0 auto;
}

.auth-logo {
    text-align: center;
}