body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b4b5a;
    background-color: #2d114a;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.auth-page-sidebar {
    padding: 0;
    background-image: url(../img/auth-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.auth-page-sidebar .overlay {
    background-color: unset !important;
}

.auth-page-sidebar .overlay {
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
}

.auth-page-sidebar .auth-user-testimonial {
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 7rem;
    left: 0;
    right: 0;
}