#modalEmailCode {
  background-color: #060c18;
  color: #f8fafc;
  -webkit-text-fill-color: #f8fafc;
  caret-color: #67e8f9;
}

#modalEmailCode::placeholder {
  color: #64748b;
  opacity: 1;
}

#modalEmailCode:-webkit-autofill,
#modalEmailCode:-webkit-autofill:hover,
#modalEmailCode:-webkit-autofill:focus {
  -webkit-text-fill-color: #f8fafc;
  box-shadow: 0 0 0 1000px #060c18 inset;
  -webkit-box-shadow: 0 0 0 1000px #060c18 inset;
  transition: background-color 9999s ease-out 0s;
}

#fxLoginShell.fx-login-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 48%, #effdf7 100%);
  color: #0f172a;
  isolation: isolate;
}

#fxLoginShell *,
#fxLoginShell *::before,
#fxLoginShell *::after {
  box-sizing: border-box;
}

.fx-login-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(37, 99, 235, 0.08) 18% 18.35%, transparent 18.35% 46%, rgba(16, 185, 129, 0.08) 46% 46.3%, transparent 46.3%),
    repeating-linear-gradient(145deg, rgba(37, 99, 235, 0.035) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.05) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(15, 23, 42, 0.04) 0 1px, transparent 1px 92px);
  opacity: 0;
  animation: fxLoginBgIn 220ms ease-out forwards;
}

#fxLoginKnowMore {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 10px;
  border: 1px solid #1d4ed8;
  background: rgba(255, 255, 255, 0.88);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 8px 12px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

#fxLoginKnowMore:hover {
  background: #ffffff;
  color: #1e40af;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.fx-login-page {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
}

.fx-login-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  width: min(1140px, 100%);
  min-height: clamp(580px, calc(100vh - 120px), 680px);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(18px);
  transition: opacity 260ms ease, filter 260ms ease, transform 260ms ease;
}

#fxLoginShell.fx-login-authenticating .fx-login-layout {
  filter: saturate(1.08);
  transform: translateY(-2px) scale(1.006);
}

.fx-login-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  animation: fxLoginPanelIn 280ms 220ms ease-out forwards;
}

.fx-login-card-inner {
  width: min(100%, 420px);
  padding: 52px 38px 30px;
}

.fx-login-header {
  margin-bottom: 18px;
}

.fx-login-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  opacity: 0;
  transform: scale(0.95);
  animation: fxLoginLogoIn 240ms 420ms ease-out forwards;
}

#fxLoginLogo .fx-login-brand-logo {
  display: block;
  width: auto;
  height: 82px;
  max-width: 330px;
  object-fit: contain;
}

.fx-login-eyebrow {
  margin: 0 0 8px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(8px);
  animation: fxLoginItemIn 220ms 500ms ease-out forwards;
}

.fx-login-header h1 {
  margin: 0;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(8px);
  animation: fxLoginItemIn 220ms 570ms ease-out forwards;
}

.fx-login-copy {
  margin: 8px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(8px);
  animation: fxLoginItemIn 220ms 640ms ease-out forwards;
}

.fx-login-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 16px;
  border-radius: 14px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
  padding: 12px 13px;
  font-size: 13px;
  line-height: 1.45;
}

.fx-login-alert p {
  margin: 0;
}

.fx-login-alert-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-weight: 800;
}

.fx-login-alert-error {
  border-color: #fecaca;
  background: #fff1f2;
  color: #991b1b;
}

.fx-login-alert-error .fx-login-alert-icon {
  background: #dc2626;
}

.fx-login-alert-success {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #065f46;
}

.fx-login-alert-success .fx-login-alert-icon {
  background: #059669;
}

.fx-login-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transform: translateY(10px);
  animation: fxLoginItemIn 260ms 700ms ease-out forwards;
}

.fx-login-form.hidden {
  display: none;
}

.fx-login-link-button,
.fx-login-help-row a {
  border: 0;
  background: transparent;
  color: #2563eb;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease;
}

.fx-login-employee-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
}

.fx-login-link-button:hover,
.fx-login-help-row a:hover {
  color: #047857;
  transform: translateY(-1px);
}

.fx-field {
  position: relative;
}

.fx-field-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  outline: none;
  padding: 20px 14px 7px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.035), 0 1px 0 rgba(15, 23, 42, 0.04);
  transition: border-color 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}

.fx-field-input-password {
  padding-right: 48px;
}

.fx-field-code {
  text-align: center;
  font-size: 18px;
  font-weight: 850;
}

.fx-field-label {
  position: absolute;
  top: 15px;
  left: 14px;
  color: #64748b;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  pointer-events: none;
  transform-origin: left center;
  transition: transform 170ms ease, color 170ms ease, font-size 170ms ease, top 170ms ease;
}

.fx-field-input:focus,
.fx-field-input:not(:placeholder-shown) {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: inset 0 1px 3px rgba(37, 99, 235, 0.08), 0 0 0 4px rgba(37, 99, 235, 0.12), 0 12px 24px rgba(15, 23, 42, 0.08);
}

.fx-field-input:focus ~ .fx-field-label,
.fx-field-input:not(:placeholder-shown) ~ .fx-field-label {
  top: 8px;
  color: #2563eb;
  font-size: 11px;
  transform: translateY(0);
}

.fx-field-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 160ms ease, color 160ms ease;
}

.fx-field-toggle:hover {
  background: #eff6ff;
  color: #2563eb;
}

.fx-field-toggle svg {
  width: 20px;
  height: 20px;
}

.fx-login-help-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -4px;
}

.fx-login-submit {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb 0%, #0891b2 38%, #10b981 68%, #2563eb 100%);
  background-size: 190% 190%;
  background-position: 0% 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.28);
  transition: transform 170ms ease, filter 170ms ease, box-shadow 170ms ease, background-position 260ms ease;
}

.fx-login-submit:hover {
  background-position: 100% 50%;
  filter: brightness(0.98) saturate(1.05);
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(37, 99, 235, 0.34);
}

.fx-login-submit:active {
  transform: scale(0.98);
}

.fx-login-submit:disabled {
  cursor: wait;
  filter: saturate(0.9);
}

.fx-submit-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 999px;
}

.fx-login-submit.is-loading .fx-submit-spinner {
  display: inline-flex;
  animation: fxLoginSpin 740ms linear infinite;
}

.fx-login-submit.is-loading {
  background-position: 100% 50%;
}

.fx-login-ripple {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  transform: translate(-50%, -50%) scale(0);
  animation: fxLoginRipple 520ms ease-out forwards;
  pointer-events: none;
}

.fx-login-version {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 0;
  color: #64748b;
  font-size: 12px;
  letter-spacing: 0;
}

.fx-login-version span {
  color: #2563eb;
  font-weight: 800;
}

.fx-login-verify-card {
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #eff6ff;
  color: #1e3a8a;
  padding: 14px;
}

.fx-login-verify-label {
  color: #2563eb;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

.fx-login-verify-card p {
  margin: 5px 0 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.fx-login-verify-card span {
  color: #0f172a;
  font-weight: 800;
}

.fx-login-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fx-login-secondary-button {
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.fx-login-secondary-button:hover {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
  transform: translateY(-1px);
}

.fx-login-showcase {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(12, 74, 110, 0.94) 55%, rgba(6, 95, 70, 0.95)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 26px);
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: translateX(16px);
  animation: fxLoginShowcaseIn 320ms 90ms ease-out forwards;
  perspective: 1100px;
  transition: filter 260ms ease;
}

#fxLoginShell.fx-login-authenticating .fx-login-showcase {
  filter: brightness(1.08) saturate(1.08);
}

.fx-login-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.26));
  pointer-events: none;
}

.fx-showcase-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 36px 54px;
}

.fx-showcase-kicker {
  margin: 0 0 10px;
  color: #a7f3d0;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.fx-showcase-content h2 {
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.fx-showcase-copy {
  max-width: 520px;
  margin: 10px 0 8px;
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

.fx-showcase-trust {
  display: inline-flex;
  max-width: 520px;
  margin: 0 0 16px;
  border: 1px solid rgba(167, 243, 208, 0.22);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.09);
  color: #d1fae5;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  padding: 7px 11px;
}

.fx-dashboard-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.72), rgba(30, 64, 175, 0.24)),
    rgba(15, 23, 42, 0.64);
  padding: 14px;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
  transform: perspective(980px) rotateY(-4deg) rotateX(1deg);
  transform-origin: left center;
  transition: transform 240ms ease, box-shadow 240ms ease, filter 240ms ease;
}

.fx-dashboard-preview::before {
  content: "";
  position: absolute;
  inset: 52% -18% -18% 12%;
  background: linear-gradient(90deg, rgba(103, 232, 249, 0), rgba(103, 232, 249, 0.16), rgba(16, 185, 129, 0.06));
  filter: blur(18px);
  pointer-events: none;
}

.fx-dashboard-preview::after {
  content: "";
  position: absolute;
  inset: auto 14px 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 243, 208, 0.8), transparent);
}

.fx-dashboard-topbar {
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
}

.fx-dashboard-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #93c5fd;
}

.fx-dashboard-topbar span:nth-child(2) {
  background: #67e8f9;
}

.fx-dashboard-topbar span:nth-child(3) {
  background: #6ee7b7;
}

.fx-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(138px, 0.82fr) minmax(112px, 0.68fr);
  gap: 12px;
}

.fx-dashboard-stat {
  min-height: 82px;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
  opacity: 0;
  transform: translateY(10px);
  animation: fxLoginCardMetricIn 320ms 500ms ease-out forwards;
}

.fx-dashboard-stat-main {
  min-height: 92px;
}

.fx-dashboard-stat:nth-child(2) {
  animation-delay: 620ms;
}

.fx-dashboard-stat:nth-child(3) {
  animation-delay: 740ms;
}

.fx-dashboard-stat span,
.fx-dashboard-stat small {
  display: block;
  color: #bfdbfe;
  font-size: 12px;
}

.fx-dashboard-stat strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.fx-dashboard-stat small {
  margin-top: 9px;
  color: #a7f3d0;
}

.fx-dashboard-stat small b {
  color: #34d399;
  font-size: 11px;
}

.fx-dashboard-stat:not(.fx-dashboard-stat-main) strong {
  font-size: 22px;
  line-height: 1.08;
}

.fx-dashboard-chart {
  position: relative;
  height: 112px;
  margin-top: 12px;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(0deg, rgba(226, 232, 240, 0.08) 0 1px, transparent 1px 32px);
  padding: 12px 14px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  animation: fxLoginCardMetricIn 360ms 820ms ease-out forwards;
}

.fx-chart-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.fx-chart-meta span,
.fx-chart-meta strong {
  display: block;
  letter-spacing: 0;
}

.fx-chart-meta span {
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 700;
}

.fx-chart-meta strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
}

.fx-chart-bars {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  display: flex;
  height: 72px;
  align-items: end;
  gap: 12px;
}

.fx-chart-bars span {
  width: 100%;
  min-width: 18px;
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(180deg, #67e8f9, #10b981);
  box-shadow: 0 0 18px rgba(103, 232, 249, 0.32);
  transform-origin: bottom;
  animation: fxLoginBars 900ms 520ms cubic-bezier(.2, .8, .2, 1) both;
}

.fx-chart-bars span:nth-child(2) { animation-delay: 590ms; }
.fx-chart-bars span:nth-child(3) { animation-delay: 660ms; }
.fx-chart-bars span:nth-child(4) { animation-delay: 730ms; }
.fx-chart-bars span:nth-child(5) { animation-delay: 800ms; }
.fx-chart-bars span:nth-child(6) { animation-delay: 870ms; }
.fx-chart-bars span:nth-child(7) { animation-delay: 940ms; }

.fx-chart-line {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  width: calc(100% - 28px);
  height: 72px;
  overflow: visible;
}

.fx-chart-line polyline {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  filter: drop-shadow(0 0 8px rgba(103, 232, 249, 0.45));
  animation: fxLoginLineDraw 720ms 980ms ease-out forwards;
}

.fx-chart-line circle {
  fill: #a7f3d0;
  stroke: rgba(15, 23, 42, 0.85);
  stroke-width: 2;
  opacity: 0;
  transform-origin: center;
  animation: fxLoginPointIn 220ms 1320ms ease-out forwards;
}

.fx-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fx-benefit-list li {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: #e0f2fe;
  font-size: 14px;
  font-weight: 750;
  padding: 8px 10px;
  opacity: 0;
  transform: translateY(8px);
  animation: fxLoginCheckIn 260ms ease-out forwards;
}

.fx-benefit-list li:nth-child(1) { animation-delay: 960ms; }
.fx-benefit-list li:nth-child(2) { animation-delay: 1080ms; }
.fx-benefit-list li:nth-child(3) { animation-delay: 1200ms; }
.fx-benefit-list li:nth-child(4) { animation-delay: 1320ms; }
.fx-benefit-list li:nth-child(5) { animation-delay: 1440ms; }

.fx-benefit-list li span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #10b981;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  transform: scale(0.72);
  animation: fxLoginCheckIconIn 240ms ease-out forwards;
}

.fx-benefit-list li:nth-child(1) span { animation-delay: 1010ms; }
.fx-benefit-list li:nth-child(2) span { animation-delay: 1130ms; }
.fx-benefit-list li:nth-child(3) span { animation-delay: 1250ms; }
.fx-benefit-list li:nth-child(4) span { animation-delay: 1370ms; }
.fx-benefit-list li:nth-child(5) span { animation-delay: 1490ms; }

.fx-showcase-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.fx-showcase-stats div {
  border-left: 2px solid #38bdf8;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 10px 12px;
}

.fx-showcase-stats strong,
.fx-showcase-stats span {
  display: block;
  letter-spacing: 0;
}

.fx-showcase-stats strong {
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
}

.fx-showcase-stats span {
  margin-top: 2px;
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 650;
}

#loginForm input:-webkit-autofill,
#loginForm input:-webkit-autofill:hover,
#loginForm input:-webkit-autofill:focus,
#loginEmpleadoForm input:-webkit-autofill,
#loginEmpleadoForm input:-webkit-autofill:hover,
#loginEmpleadoForm input:-webkit-autofill:focus,
#twofaForm input:-webkit-autofill,
#twofaForm input:-webkit-autofill:hover,
#twofaForm input:-webkit-autofill:focus {
  -webkit-text-fill-color: #0f172a !important;
  caret-color: #2563eb;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  transition: background-color 9999s ease-out 0s;
}

@keyframes fxLoginBgIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fxLoginShowcaseIn {
  from { opacity: 0; transform: translateX(16px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fxLoginPanelIn {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fxLoginLogoIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fxLoginItemIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fxLoginSpin {
  to { transform: rotate(360deg); }
}

@keyframes fxLoginRipple {
  to { transform: translate(-50%, -50%) scale(18); opacity: 0; }
}

@keyframes fxLoginBars {
  from { transform: scaleY(0.18); opacity: 0.55; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes fxLoginCardMetricIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fxLoginLineDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes fxLoginPointIn {
  from { opacity: 0; transform: scale(0.6); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fxLoginCheckIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fxLoginCheckIconIn {
  0% { transform: scale(0.72); }
  72% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

@media (max-width: 1040px) {
  .fx-login-layout {
    grid-template-columns: 1fr;
    width: min(720px, 100%);
  }

  .fx-login-card {
    order: 1;
  }

  .fx-login-showcase {
    order: 2;
  }

  .fx-showcase-content {
    padding: 34px;
  }

  .fx-showcase-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  #fxLoginKnowMore {
    top: 10px;
    left: 10px;
    min-height: 32px;
    font-size: 11px;
    padding: 7px 10px;
  }

  .fx-login-page {
    align-items: center;
    justify-content: center;
    padding: 54px 12px 24px;
  }

  .fx-login-layout {
    min-height: 0;
    border-radius: 22px;
    width: min(100%, 420px);
  }

  .fx-login-card-inner {
    padding: 28px 20px;
  }

  .fx-login-header {
    text-align: center;
  }

  .fx-login-logo {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  #fxLoginLogo .fx-login-brand-logo {
    height: 56px;
    max-width: 240px;
  }

  .fx-login-eyebrow,
  .fx-login-copy {
    text-align: center;
  }

  .fx-login-header h1 {
    font-size: 26px;
    text-align: center;
  }

  .fx-login-copy,
  .fx-showcase-copy {
    font-size: 14px;
  }

  .fx-login-help-row {
    justify-content: center;
  }

  .fx-login-employee-row {
    justify-content: center;
    text-align: center;
  }

  .fx-login-version {
    justify-content: center;
    text-align: center;
  }

  .fx-login-version span {
    margin-left: 8px;
  }

  .fx-login-secondary-actions,
  .fx-benefit-list,
  .fx-showcase-stats,
  .fx-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .fx-login-showcase {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-login-background,
  .fx-login-card,
  .fx-login-logo,
  .fx-login-eyebrow,
  .fx-login-header h1,
  .fx-login-copy,
  .fx-login-form,
  .fx-login-showcase,
  .fx-dashboard-stat,
  .fx-dashboard-chart,
  .fx-chart-bars span,
  .fx-chart-line polyline,
  .fx-chart-line circle,
  .fx-benefit-list li,
  .fx-benefit-list li span,
  .fx-login-submit.is-loading .fx-submit-spinner,
  .fx-login-ripple {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .fx-dashboard-preview {
    transform: none !important;
  }

  .fx-chart-line polyline {
    stroke-dashoffset: 0 !important;
  }

  .fx-login-submit,
  #fxLoginKnowMore,
  .fx-field-input,
  .fx-field-label,
  .fx-login-secondary-button {
    transition: none !important;
  }
}
