.form{
	max-width: 500px;
	margin: 0 auto
}
.custom-input{
	background: transparent;
}
select.custom-input{
	background: white;
}
textarea.custom-input{
	height: 121px;
	padding-top: 20px;
	font-family: OpenSans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	/* identical to box height */

	letter-spacing: 0.03em;
}
