body {
    background-color: #fff
}

#auth {
    height: 100vh;
    overflow-x: hidden
}

    #auth #auth-right {
        height: 100%;
        background: url(../../images/bg/4853433.jpg), linear-gradient(90deg, var(--auth-primary-fade), var(--auth-secondary-fade))
    }

#auth #auth-left {
    padding: 5rem 8rem
}

#auth #auth-left .auth-title {
    font-size: 4rem;
    margin-bottom: 1rem
}

    #auth #auth-left .auth-subtitle {
        font-size: 1.7rem;
        line-height: 2.5rem;
        color: var(--auth-subtitle)
    }

#auth #auth-left .auth-logo {
    margin-bottom: 3rem
}

#auth #auth-left .auth-logo img {
    max-height: 6vh;
    max-width: 100%;
}


.powered-by-logo {
    margin-top: 3rem;
}

.powered-by-logo img {
    max-height: 5rem;
    max-width: 100%;
}

@media screen and (max-width:767px) {
    #auth #auth-left {
        padding: 5rem
    }
}