input 자동완성에 사용되는 background와 font의 색상을 변경할 수 있다.
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-transition: background-color 9999s ease-out;
-webkit-box-shadow: 0 0 0px 1000px #0039CB inset !important;
-webkit-text-fill-color: #fff !important;
}