#odfst_form {
	width: 60%;
	margin: 0 auto;
}
#odfst_form input, #odfst_form textarea, #odfst_form select {
	width: 98%;
	padding-right: 1% !important;
	padding-left: 1% !important;
}

.odfst_label {
	width: 25%;
	float: left;
	padding-top: 5px;
}
.odfst_input {
	width: 70%;
	float: left;
}

/* CAPTCHA */

.odfst_captcha {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.odfst_captcha button {
	display: none;
	visibility: hidden;
}

/* BOTTONE */

.odfst_send {
	text-align: center;
}

@media (max-width: 900px) {
	#odfst_form {
		width: 98%;
	}
}

@media (max-width: 767px) {
	.odfst_label, .odfst_input {
		width: 96%;
		padding: 0;
	}
	.odfst_captcha {
		width: 96%;
	}
}