/* Autofill fixes */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #141414 !important;
}

input:-webkit-autofill::first-line {
  -webkit-text-fill-color: #141414 !important;
}
