.auth-modern {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(34, 50, 78, 0.92), rgba(11, 18, 32, 0.96)),
        url("/assets/images/bg-auth.jpg");
    background-size: cover;
    background-position: center;
}

.auth-modern .account-pages {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.auth-card {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.22);
}

.auth-card-body {
    padding: 2rem;
}

.auth-copy {
    max-width: 330px;
}

.auth-modern .form-control,
.auth-modern .input-group-text {
    border-radius: 6px;
}

.auth-modern .btn {
    border-radius: 6px;
    font-weight: 600;
}

.auth-social {
    width: 100%;
}

.auth-social .btn {
    justify-content: center !important;
}

.auth-footer-link {
    margin-bottom: .35rem;
}

@media (max-width: 575.98px) {
    .auth-card-body {
        padding: 1.5rem;
    }

    .auth-modern .account-pages {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}
