/* line 2, app/assets/stylesheets/autofill-bg-override.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #e4e4e7 inset !important;
  -webkit-text-fill-color: #71717a !important;
  box-shadow: 0 0 0 30px #e4e4e7 inset !important;
  background-color: #e4e4e7 !important;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}

/* line 23, app/assets/stylesheets/autofill-bg-override.scss */
.dark input:-webkit-autofill,
.dark input:-webkit-autofill:hover,
.dark input:-webkit-autofill:focus,
.dark input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #3f3f46 inset !important;
  -webkit-text-fill-color: #71717a !important;
  box-shadow: 0 0 0 30px #3f3f46 inset !important;
  background-color: #3f3f46 !important;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  border-color: #3f3f46 !important;
}
