/**
 * Register Page - Ek stiller
 * Ana stiller auth.css'te tanımlı
 */

/* Register sayfası daha geniş form container için */
.auth-container {
  max-width: 560px;
}

/* Optional badge */
.optional-badge {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--color-text-muted, #94a3b8);
  letter-spacing: 0;
}

/* Trust note under submit button */
.form-trust-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--color-text-secondary, #64748b);
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.form-trust-note i {
  color: var(--color-success, #10b981);
  font-size: 0.9rem;
}

/* Improve form submit button */
.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}