#fxRecuperarShell {
  background: #f8fafc !important;
}

#fxRecuperarCard {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #0f172a !important;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12) !important;
  backdrop-filter: none !important;
}

#fxRecuperarCard .fx-recuperar-deco {
  display: none !important;
}

#fxRecuperarLogo {
  background: transparent !important;
  border: 0 !important;
  color: inherit !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#fxRecuperarLogo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#fxRecuperarCard h1,
#fxRecuperarCard .text-white {
  color: #0f172a !important;
}

#fxRecuperarCard .text-slate-300,
#fxRecuperarCard .text-slate-400,
#fxRecuperarCard label,
#fxRecuperarCard a {
  color: #475569 !important;
}

#fxRecuperarCard input {
  background: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

#fxRecuperarCard input::placeholder {
  color: #64748b !important;
}

#fxRecuperarCard input:-webkit-autofill,
#fxRecuperarCard input:-webkit-autofill:hover,
#fxRecuperarCard input:-webkit-autofill:focus {
  -webkit-text-fill-color: #0f172a !important;
  caret-color: #0f172a !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

#recSendCodeBtn,
#recResetBtn {
  background: #2563eb !important;
  color: #ffffff !important;
}

#recResendBtn,
#recStep2 a.w-full.text-center {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}

#fxRecuperarCard .hover\:text-blue-400:hover {
  color: #2563eb !important;
}
