input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid silver !important;
  -webkit-text-fill-color: #666 !important;
  -webkit-box-shadow: transparent !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
