.customer-auth-card input:not([type="hidden"]) {
  direction: ltr !important;
  text-align: left !important;
  unicode-bidi: plaintext !important;
  color: #0e1b2b !important;
  -webkit-text-fill-color: #0e1b2b !important;
  caret-color: #0e1b2b !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.dark .customer-auth-card input[type="email"] {
  color: #0e1b2b !important;
  -webkit-text-fill-color: #0e1b2b !important;
  caret-color: #0e1b2b !important;
}

.customer-auth-card input[type="email"]:-webkit-autofill,
.customer-auth-card input[type="email"]:-webkit-autofill:hover,
.customer-auth-card input[type="email"]:-webkit-autofill:focus {
  -webkit-text-fill-color: #0e1b2b !important;
  box-shadow: 0 0 0 1000px #f5f9ff inset !important;
}