.bg-auth {
    background-image: url('../images/auth.png');
    background-position: center;
    background-size: cover;
    min-height: 100%;
}
.auth-maintenance .card {
    min-height: 650px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.08);
}
.consent-modal-body .consent-text {
    white-space: pre-wrap;
    line-height: 1.7;
}
.h650 .card {
    min-height: 650px;
}