.btn-primary {
    color: #fff;
    background-color: #37afe5;
    border-color: #37afe5;
}
input:autofill {
    background: #fff; /* or any other */
}
input {
    filter: none;
}
:-moz-autofill, :-moz-autofill-preview {
    filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}