/* Change Autocomplete styles in Chrome*/
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    -webkit-text-fill-color: #fff !important;
}
