/* ============================================================
   LOGIN.CSS — Login-specific overrides
   ============================================================ */

.login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-md);
}

.auth__left .left__orb {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
  background: radial-gradient(circle, var(--c-teal-bright), transparent 70%);
  bottom: 10%;
  right: -5%;
  animation: orbFloat2 20s ease-in-out infinite alternate;
  z-index: 0;
}