remove background-color input autocomplete code example
Example: Removing input background colour for Chrome autocomplete?
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
}
// https://stackoverflow.com/questions/2781549/removing-input-background-colour-for-chrome-autocomplete