/* ===== AUTH PAGES (login, register, forgot-password, reset-password, resend-verification, verification-sent) ===== */
body.auth-page .btn-primary {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}
body.auth-page .btn-primary:hover {
    background: #2d2d2d !important;
}
body.auth-page .text-primary,
body.auth-page h1,
body.auth-page h2 {
    color: #000 !important;
    text-shadow: none !important;
}
body.auth-page a:not(.btn) {
    color: #000 !important;
}
@media (max-width: 575.98px) {
    .auth-card .card-body.p-5 {
        padding: 1.5rem !important;
    }
    .col-md-6.col-lg-5 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
