When I checked your code, I saw that you have the style -webkit-appearance: none;that is specified for input, textarea, buttoninrealsite.css
CSS is as follows
input, textarea, button {
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
resize: none;
}
, -webkit-appearance: none; CSS ,
input[type="radio"]{
-webkit-appearance: radio;
}
