
Possible fix from here
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #18191b inset !important; // #18191b bg-color
-webkit-text-fill-color: #edeef0; // #edeef0 text-color
caret-color: white;
}