input[type="text"] { width: 100%; margin: 0; padding: 8px; color: #000; font-size: 1rem; line-height: 1.5em; border: 1px solid #999; background-color: #eee; display: block; -webkit-appearance: none; border-radius: 0; }

textarea { width: 100%; height: 240px; margin: 12px 0; padding: 6px 0 6px 12px; color: #000; font-size: 1rem; line-height: 1.5em; border: 1px solid #999; background-color: #eee; -webkit-appearance: none; border-radius: 0; resize: vertical; }

input[type="submit"] { width: 100%; margin: 12px 0; padding: 16px; color: #fff; font-size: 1rem; line-height: 1; font-weight: bold; text-align: center; border: 0; background-color: #000; display: block; -webkit-appearance: none; -webkit-border-radius: 8px; border-radius: 8px; }