/* ── Kayıt ekranı ── */

.login-card { max-width: 440px; }

.register-terms .form-check-input { margin-top: 0.25em; }

.register-terms .form-check-label {
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--text-secondary);
}

.register-terms .auth-inline-link { text-decoration: none; }
.register-terms .auth-inline-link:hover { text-decoration: underline; }
