.auth-bg {
    background: #f5f8fa;
}

.auth-hero {
    background:
        linear-gradient(135deg, rgba(20, 86, 69, 0.94), rgba(18, 113, 91, 0.88)),
        radial-gradient(circle at 20% 20%, rgba(80, 205, 137, 0.45), transparent 32%),
        radial-gradient(circle at 80% 80%, rgba(0, 158, 247, 0.22), transparent 34%);
    min-height: 100vh;
}

.auth-card {
    border: 1px solid #e7eef3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.auth-stat {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
}

.auth-stat span,
.auth-stat small {
    display: block;
}

.auth-stat span {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.15rem;
}

.auth-stat small {
    color: rgba(255, 255, 255, 0.74);
}

.auth-toggle-password {
    z-index: 2;
}

.mp-secure-field {
    min-height: 44px;
    padding-top: 11px;
}

.auth-access-card {
    display: block;
    height: 100%;
    padding: 34px;
    border: 1px solid #e7eef3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.auth-access-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 65px rgba(15, 23, 42, 0.12);
}

.auth-access-card h3 {
    margin: 20px 0 10px;
    color: #181c32;
    font-weight: 800;
}

.auth-access-card p {
    min-height: 72px;
    color: #7e8299;
}

.auth-access-card strong {
    color: #009ef7;
}

.auth-access-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 14px;
}

.indicator-progress {
    display: none;
}

[data-kt-indicator="on"] .indicator-label {
    display: none;
}

[data-kt-indicator="on"] .indicator-progress {
    display: inline-block;
}

@media (max-width: 991.98px) {
    .auth-hero {
        min-height: 420px;
    }
}
