body.eyakho-login-page,
body.eyakho-register-body {
  --auth-ink: #070a12;
  --auth-panel: #ffffff;
  --auth-soft: #f3fbff;
  --auth-blue: #dff2ff;
  --auth-blue-strong: #8bd3ff;
  --auth-muted: #445363;
  --auth-line: rgba(7, 10, 18, 0.12);
  min-height: 100svh !important;
  background:
    radial-gradient(circle at 12% 4%, rgba(139, 211, 255, 0.38), transparent 22rem),
    radial-gradient(circle at 88% 14%, rgba(223, 242, 255, 0.78), transparent 22rem),
    linear-gradient(180deg, #fbfdff 0%, #edf7ff 48%, #ffffff 100%) !important;
  color: var(--auth-ink) !important;
  font-family: "Plus Jakarta Sans", "Roboto", "Segoe UI", sans-serif !important;
}

body.eyakho-login-page::before {
  display: none !important;
}

body.eyakho-login-page .eyakho-login-shell,
body.eyakho-register-body .eyakho-register-shell {
  min-height: 100svh !important;
  padding: clamp(0.75rem, 2vw, 1.1rem) !important;
}

body.eyakho-login-page .eyakho-login-grid,
body.eyakho-register-body .eyakho-register-grid {
  width: min(1180px, 100%) !important;
  min-height: min(720px, calc(100svh - 1.8rem)) !important;
  max-height: calc(100svh - 1.5rem) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr) !important;
  gap: 0.75rem !important;
  align-items: stretch !important;
}

body.eyakho-login-page .eyakho-login-grid {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.eyakho-login-page .eyakho-login-hero,
body.eyakho-register-body .eyakho-register-hero,
body.eyakho-login-page .eyakho-login-card,
body.eyakho-register-body .eyakho-register-card {
  border-radius: 22px !important;
  border: 1px solid var(--auth-line) !important;
  box-shadow: 0 22px 56px rgba(7, 10, 18, 0.14) !important;
}

body.eyakho-login-page .eyakho-login-card,
body.eyakho-register-body .eyakho-register-card {
  order: 1 !important;
}

body.eyakho-login-page .eyakho-login-hero,
body.eyakho-register-body .eyakho-register-hero {
  order: 2 !important;
}

body.eyakho-login-page .eyakho-login-hero,
body.eyakho-register-body .eyakho-register-hero {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  min-height: 0 !important;
  padding: clamp(1rem, 2vw, 1.65rem) !important;
  background:
    linear-gradient(90deg, rgba(7, 10, 18, 0.84), rgba(7, 10, 18, 0.44) 58%, rgba(223, 242, 255, 0.08)),
    url("media/frontdoor-care-network.jpg") center / cover !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

body.eyakho-register-body .eyakho-register-hero {
  background:
    linear-gradient(90deg, rgba(7, 10, 18, 0.84), rgba(7, 10, 18, 0.44) 58%, rgba(223, 242, 255, 0.08)),
    url("media/frontdoor-care-network.jpg") center / cover !important;
}

body.eyakho-login-page .eyakho-login-card,
body.eyakho-register-body .eyakho-register-card {
  min-height: 0 !important;
  max-height: 100% !important;
  padding: clamp(1rem, 2vw, 1.45rem) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(7, 10, 18, 0.1) !important;
  color: var(--auth-ink) !important;
  backdrop-filter: blur(14px) !important;
}

body.eyakho-login-page .eyakho-login-hero h1,
body.eyakho-register-body .eyakho-register-hero h1 {
  max-width: 680px !important;
  margin: 0 0 0.75rem !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(2rem, 4.3vw, 4rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.05em !important;
}

body.eyakho-login-page .eyakho-login-points {
  display: grid !important;
  gap: 0.7rem !important;
}

body.eyakho-login-page .eyakho-login-point {
  grid-template-columns: 42px minmax(0, 1fr) !important;
  padding: 0.75rem !important;
}

body.eyakho-login-page .eyakho-login-lead,
body.eyakho-register-body .eyakho-register-hero p {
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
}

body.eyakho-login-page .eyakho-brand-mark,
body.eyakho-register-body .eyakho-brand-mark {
  color: var(--auth-blue-strong) !important;
  -webkit-text-fill-color: var(--auth-blue-strong) !important;
}

body.eyakho-login-page .eyakho-login-hero .eyakho-brand-word,
body.eyakho-register-body .eyakho-register-hero .eyakho-brand-word,
body.eyakho-login-page .eyakho-login-hero .eyakho-login-brand,
body.eyakho-register-body .eyakho-register-hero .eyakho-login-brand {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.eyakho-login-page .eyakho-login-kicker,
body.eyakho-register-body .eyakho-login-kicker,
body.eyakho-login-page .eyakho-login-kicker-dark,
body.eyakho-register-body .eyakho-login-kicker-dark {
  width: fit-content !important;
  border-radius: 999px !important;
  background: rgba(223, 242, 255, 0.16) !important;
  border: 1px solid rgba(139, 211, 255, 0.28) !important;
  color: #dff2ff !important;
  -webkit-text-fill-color: #dff2ff !important;
}

body.eyakho-login-page .eyakho-login-card .eyakho-login-kicker-dark,
body.eyakho-register-body .eyakho-register-card .eyakho-login-kicker-dark {
  background: #dff2ff !important;
  color: #0b0f17 !important;
  -webkit-text-fill-color: #0b0f17 !important;
  border-color: rgba(7, 10, 18, 0.08) !important;
}

body.eyakho-login-page .eyakho-login-card h1,
body.eyakho-register-body .eyakho-register-card h1 {
  color: var(--auth-ink) !important;
  -webkit-text-fill-color: var(--auth-ink) !important;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem) !important;
  line-height: 1.04 !important;
}

body.eyakho-login-page .eyakho-login-card p,
body.eyakho-register-body .eyakho-register-card p,
body.eyakho-login-page .eyakho-login-row .form-check-label,
body.eyakho-register-body .eyakho-register-terms,
body.eyakho-register-body .eyakho-register-next p {
  color: var(--auth-muted) !important;
  -webkit-text-fill-color: var(--auth-muted) !important;
}

body.eyakho-login-page .eyakho-login-point,
body.eyakho-register-body .eyakho-register-route > div,
body.eyakho-register-body .eyakho-register-role-grid article {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(223, 242, 255, 0.18) !important;
}

body.eyakho-login-page .eyakho-login-point i,
body.eyakho-register-body .eyakho-register-route i,
body.eyakho-register-body .eyakho-register-role-grid i,
body.eyakho-register-body .eyakho-register-next i {
  background: #dff2ff !important;
  color: #070a12 !important;
  -webkit-text-fill-color: #070a12 !important;
}

body.eyakho-login-page .eyakho-login-point span,
body.eyakho-register-body .eyakho-register-route span,
body.eyakho-register-body .eyakho-register-role-grid strong,
body.eyakho-register-body .eyakho-register-role-grid span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.eyakho-login-page .eyakho-login-card .form-control,
body.eyakho-register-body .eyakho-register-card .form-control,
body.eyakho-register-body .eyakho-register-card .form-select {
  border: 1px solid rgba(7, 10, 18, 0.12) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: var(--auth-ink) !important;
}

body.eyakho-login-page .eyakho-login-card .form-control:focus,
body.eyakho-register-body .eyakho-register-card .form-control:focus,
body.eyakho-register-body .eyakho-register-card .form-select:focus {
  border-color: #8bd3ff !important;
  box-shadow: 0 0 0 4px rgba(139, 211, 255, 0.28) !important;
}

body.eyakho-register-body .eyakho-field-label,
body.eyakho-login-page .eyakho-login-link,
body.eyakho-login-page .eyakho-login-register a,
body.eyakho-register-body .eyakho-login-register a,
body.eyakho-login-page .eyakho-login-back,
body.eyakho-register-body .eyakho-login-back {
  color: #1b75bb !important;
  -webkit-text-fill-color: #1b75bb !important;
}

body.eyakho-login-page .eyakho-login-submit,
body.eyakho-register-body .eyakho-login-submit,
body.eyakho-register-body #Register.eyakho-login-submit {
  background: #0b0f17 !important;
  background-color: #0b0f17 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 18px 42px rgba(7, 10, 18, 0.18) !important;
}

body.eyakho-login-page .eyakho-login-submit strong,
body.eyakho-register-body .eyakho-login-submit strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.eyakho-login-page .eyakho-login-secondary {
  background: #dff2ff !important;
  border: 1px solid rgba(7, 10, 18, 0.08) !important;
  color: #070a12 !important;
  -webkit-text-fill-color: #070a12 !important;
}

body.eyakho-login-page .eyakho-login-secondary strong {
  color: #070a12 !important;
  -webkit-text-fill-color: #070a12 !important;
}

body.eyakho-register-body .eyakho-form-instructions,
body.eyakho-register-body .eyakho-register-next {
  background: #f3fbff !important;
  border-color: rgba(7, 10, 18, 0.08) !important;
}

body.eyakho-login-page .eyakho-inline-alert,
body.eyakho-register-body .eyakho-inline-alert {
  background: #dff2ff !important;
  border-color: rgba(7, 10, 18, 0.1) !important;
  color: #070a12 !important;
}

@media (max-width: 991.98px) {
  body.eyakho-login-page .eyakho-login-grid,
  body.eyakho-register-body .eyakho-register-grid {
    grid-template-columns: 1fr !important;
    max-width: 620px !important;
    min-height: auto !important;
    max-height: none !important;
  }

  body.eyakho-login-page .eyakho-login-hero,
  body.eyakho-register-body .eyakho-register-hero {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  body.eyakho-login-page .eyakho-login-shell,
  body.eyakho-register-body .eyakho-register-shell {
    padding: 0.45rem !important;
    align-items: stretch !important;
  }

  body.eyakho-login-page .eyakho-login-card,
  body.eyakho-register-body .eyakho-register-card {
    border-radius: 18px !important;
    padding: 0.85rem !important;
  }

  body.eyakho-login-page .eyakho-login-card-top,
  body.eyakho-register-body .eyakho-login-card-top {
    margin-bottom: 0.55rem !important;
  }

  body.eyakho-register-body .eyakho-register-two {
    grid-template-columns: 1fr !important;
  }
}
