@media only screen and (max-width: 800px) {
     input {
          border-radius: 0
          -webkit-appearance: none;
     }
}

 

If that does not work, try using the !important string. See Override CSS Parameters/Strings.

Source: http://stackoverflow.com/questions/2918707/turn-off-iphone-safari-input-element-rounding