.contact_form {
	width: 100%;
}

.contact_form .contact_input {
	width: 100%;
	height: 40px;
	overflow: hidden;
	border: 0;
	background-color: rgba(33, 33, 33, 0.15);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 0 20px;
	box-sizing: border-box;
}

#field4 {
	height: 200px;
	padding: 20px;
}

#div_chk1, #div_chk2 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 30px;
}

#div_chk1 {
	margin-top: 30px;
}

.contact_form .contact_label {
	margin-bottom: 5px;
}

#contact_invia {
	position:relative;
	top:0px;
	left:0px;
	width: 100px;
	height: 40px;
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
	line-height: 40px;
	background: #0b5589;
	color: #ffffff;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#contact_invia:hover {
	text-decoration: underline;
}

#contact_invia .fas {
	margin-right: 5px;
}

.inactive {
	opacity: .7;
}