input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill
 {
    -webkit-box-shadow: 0 0 0 50px var(--a-field-input-background-color) inset !important;
}

input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus
 {
    -webkit-box-shadow: 0 0 0 50px var(--a-field-input-focus-background-color) inset !important;
}

input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover
 {
    -webkit-box-shadow: 0 0 0 50px var(--a-field-input-hover-background-color) inset !important;
}

