/* src/styles.scss */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px inherit inset !important;
  box-shadow: 0 0 0px 1000px inherit inset !important;
  -webkit-text-fill-color: inherit !important;
  color: inherit !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-FOUMSQPJ.css.map */
