input, textarea, select {
	 position: relative;
	 transition: all 250ms;
	 background-color: #f9f9f9;
	 border: 2px solid transparent;
	 resize: none;
	 border-radius: 10px;
	 padding: 13px 20px;
}
 input:focus, textarea:focus, select:focus {
	 outline-style: none;
}
 input, select {
	 height: 52px;
}
 select {
	 position: relative;
	 padding: 10px 20px;
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
	 background: url('../images/general/dropdown_arrow.svg') no-repeat 97% 50% #background-color: #f9f9f9;
	 background-size: 14px 9px;
}
 select option.default {
	 display: none;
}
 select:invalid {
	 color: red;
}
 form label {
	 margin-bottom: 20px !important;
}
 form .disclaimer {
	 padding: 1em 0;
}
 