/* Lenarge Rastreio - ajustes do tema escuro */

/* Mata o azul do autofill do Chrome nos campos (email/senha):
   deixa fundo escuro + texto claro, combinando com o tema. */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
  -webkit-text-fill-color: #f5f5f5 !important;
  caret-color: #f5f5f5 !important;
  transition: background-color 100000s ease-in-out 0s !important;
}
