Removes rounded corners from input fields and search box on Apple devices
input, input[type="text"], input[type="email"], input[type="search"], textarea { border-radius: 0; -webkit-appearance: none !important; }