Пожалуйста, добавьте ниже Css
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:focus:-webkit-autofill,
textarea:focus:-webkit-autofill,
select:focus:-webkit-autofill,
input:hover:focus:-webkit-autofill,
textarea:hover:focus:-webkit-autofill,
select:hover:focus:-webkit-autofill
{
background: none !important;
-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
-webkit-text-fill-color: #000;
}