Chrome adds a default blue background color in your form input fields, e.g. text fields or password input fields.
In order to remove it apply this styling
In order to remove it apply this styling
<style> 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 { transition: background-color 5500s ease-in-out 0s; } </style>