#username:-webkit-autofill,
#username:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
#username[data-autocompleted] {
    background-color: transparent !important;
}

#password:-webkit-autofill,
#password:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
#password[data-autocompleted] {
    background-color: transparent !important;
}