input, textarea, select { width: 95%; padding: 8px; border: 0px; margin: 4px auto; font-size: 18px; font-family: Arial, Helvetica, sans-serif; }

textarea { height: 100px; resize: none; }

input[type="submit"], input[type="button"], input[type="reset"] { width: auto; padding: 8px 23px; color: white; background: linear-gradient(#02abe5, black); font-size: 18px; border: 0px; cursor: pointer; }

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { background: linear-gradient(#017297, #017297); }