margin-top: 14px;
}
}
+
+/* disable auto zoom in mobile safari */
+@media only screen and (max-width: 800px) {
+ select,
+ textarea,
+ input[type="text"],
+ input[type="password"],
+ input[type="datetime"],
+ input[type="datetime-local"],
+ input[type="date"],
+ input[type="month"],
+ input[type="time"],
+ input[type="week"],
+ input[type="number"],
+ input[type="email"],
+ input[type="url"],
+ input[type="search"],
+ input[type="tel"],
+ input[type="color"] {
+ font-size: 16px;
+ }
+}
\ No newline at end of file