Esse jump the cat, é pra retirar aquele background amarelo horrivel que o chrome coloca, quando tem o autocomplete.
@-webkit-keyframes autofill {
to {
color: #fff;
background: transparent;
}
}
input:-webkit-autofill {
-webkit-animation-name: autofill;
-webkit-animation-fill-mode: both;
}
Boa sorte!