input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'] {
	border: solid #707070;
	border-width: thin;
	border-radius: 5px;
	box-shadow: none;
	padding: 12px 8px;
	font-size: 14px;
	width: 90%;
}