xxxxxxxxxx
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
xxxxxxxxxx
/*Change text in autofill textbox*/
input:-webkit-autofill
{
-webkit-text-fill-color: yellow !important;
}
xxxxxxxxxx
element.style {
padding-left: 2px;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 2px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom: 1px;
border-left: 1px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}