button {
cursor: pointer;
}
input {
// Reset iOS
border-radius: 0;
// Reset webkit : yellow background
&:-webkit-autofill {
-webkit-box-shadow: rem(0 0 0 100px) transparent inset;
}
&:-webkit-autofill,
&:-webkit-autofill:hover,
&:-webkit-autofill:focus,
&:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
}
}