/*STILE CONTATTO*/


/**/
.cfgen-type-text.cfgen-form-value{width: 100%;background-color: transparent;border: 0;border-bottom: 1px solid #1D1B4C;}
.cfgen-type-email.cfgen-form-value{width: 100%;background-color: transparent;border: 0;border-bottom: 1px solid #1D1B4C;}
.cfgen-type-select.cfgen-form-value{width: 100%;background-color: transparent;border: 0;border-bottom: 1px solid #1D1B4C;}
.cfgen-type-textarea.cfgen-form-value{width: 100%;height: 140px;background-color: transparent;border: 0;border-bottom: 1px solid #1D1B4C;}

@media (max-width:768px) {
	.cfgen-type-textarea.cfgen-form-value{height: 50px;}
}

.checkmark {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50px;
}

#cfgen-element-1-10{
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50px;
}

/*Pulsante Invia*/
#cfgen-form-1 #cfgen-element-1-5{
	border: 1px solid #1D1B4C;
	background-color: transparent;
	border-radius: 50px;
	padding: 10px 20px;
	color: #1D1B4C;
}

input[type="submit" i] {background-color: transparent!important;}

/*Successo*/
.cfgen-validationmessage{
	color:#1D1B4C;
}

/*Errore*/
.cfgen-errormessage{
	color:#ba3512;
}
