/* Page styles for /kurumsal-login.html
 * Migrated from inline <style> block (Faz 5A — CSP style-src hardening).
 */

:root {
  --primary: #0f2440;
  --gray: #64748b;
  --gray-light: #f1f5f9;
  --gradient: linear-gradient(135deg, #0f2440 0%, #c8a951 100%);
}
body {
  background: var(--gradient);
}
.container {
  max-width: 440px;
}
.corp-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  background: linear-gradient(135deg, #0f2440, #c8a951);
  color: white;
  border-radius: 10px;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
.form-input:focus {
  border-color: #c8a951;
  box-shadow: 0 0 0 3px rgba(200, 169, 81, 0.15);
}
.form-options a {
  color: #c8a951;
  text-decoration: none;
  font-weight: 500;
}
.btn-corp {
  background: var(--gradient);
  color: white;
}
.btn-corp:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.footer-links {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.82rem;
  color: var(--gray);
}
.footer-links a {
  color: #c8a951;
  text-decoration: none;
  font-weight: 600;
}
    
