/* Tradisjonelle innloggings-/registreringsskjema — bruk sammen med history.css */

.auth-form-page {
    max-width: 520px;
    margin-top: 28px;
}

.auth-form-card {
    padding: 28px 30px;
}

.auth-form-card .form-row:last-of-type {
    margin-bottom: 0;
}

.auth-form-card button[type="submit"] {
    width: 100%;
    margin-top: 18px;
    padding: 12px 18px;
    font-size: 1rem;
}

.auth-form-footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    text-align: center;
    color: var(--muted);
    font-size: 0.95rem;
}

.auth-form-footer a {
    color: var(--sea-700);
    font-weight: 700;
    text-decoration: none;
}

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