/* Users — Login & Register (blank layout) */

.users-auth-wrap .authentication-inner {
    max-width: 420px;
}

.users-auth-wrap .card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.users-auth-wrap .authentication-wrapper::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(160deg, #0f766e 0%, #115e59 45%, #134e4a 100%);
    z-index: -1;
}

.users-auth-wrap .app-brand-text {
    color: #0f766e !important;
    font-weight: 700 !important;
}

.users-auth-wrap .btn-primary {
    background: #0f766e;
    border-color: #0f766e;
}

.users-auth-wrap .btn-primary:hover {
    background: #115e59;
    border-color: #115e59;
}

.users-auth-alert {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    font-size: 0.875rem;
}
