.input {
	background: transparent;
}

input:autofill {
    background: transparent !important;
	transition: background-color 9999s ease-out, color 9999s ease-out;
}

input:-internal-autofill-selected {
    background: transparent !important;
	transition: background-color 9999s ease-out, color 9999s ease-out;
}



input:-webkit-autofill {
    background: transparent !important;
	transition: background-color 9999s ease-out, color 9999s ease-out;
}

input:autofill,
input:autofill:hover,
input:autofill:focus {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 9999s ease-out, color 9999s ease-out;
}

input.input:autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 9999s ease-out, color 9999s ease-out;
}
