I\'ve managed to change the background color of an autofilled input field from yellow to white with the following code:
input.login:-webkit-autofill { -w
input:-webkit-autofill { color: #999 !important; }
This would work for you!