body.empleado-theme .right-panel {
  background:
    radial-gradient(900px 600px at 18% 22%, rgba(94, 234, 212, 0.30), transparent 60%),
    radial-gradient(700px 500px at 82% 76%, rgba(125, 211, 252, 0.20), transparent 65%),
    linear-gradient(160deg, #0f766e 0%, #0e7490 48%, #155e75 100%);
}

body.empleado-theme .btn-submit {
  background: linear-gradient(135deg, #14b8a6 0%, #06b6d4 58%, #0891b2 100%);
  border: none;
}

body.empleado-theme .btn-submit:hover {
  filter: brightness(1.06);
}

body.empleado-theme .hero-title .word-rotator {
  color: #0ea5a3;
}

body.empleado-theme .forgot-link {
  color: #0f766e;
}

body.empleado-theme .forgot-link:hover {
  color: #0891b2;
}
