/* WebOrders.Web/wwwroot/css/auth.css */

.wo-auth-page {
    min-height: 70vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 3rem 1.5rem 4rem;
}

.wo-auth-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 2rem 2rem 1.75rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.wo-auth-card-wide { max-width: 540px; }

.wo-auth-title {
    margin: 0 0 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.wo-auth-footer {
    margin: 1.25rem 0 0;
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
}

.wo-auth-footer a {
    color: var(--wo-primary);
    font-weight: 600;
    text-decoration: none;
}

.wo-auth-footer a:hover { text-decoration: underline; }
