.vcop-cf7-style2 span {
	display:block;
}
.vcop-contactform {
	padding:15px;
	box-sizing:border-box;
}
.wpcf7-form input {
	height:auto;
	margin:0 0 15px;
	width:100%;
	box-sizing:border-box;
	padding:15px;
	font-size:12px!important;
}
.wpcf7-form textarea {
	margin:0 0 15px;
	width:100%;
	box-sizing:border-box;	
	padding:15px;
	font-size:12px!important;	
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;
}
.vcop-contactform.vcop-cf7-border-square input,
.vcop-contactform.vcop-cf7-border-square textarea {
	border-radius:0;
}
.vcop-contactform.vcop-cf7-border-round input,
.vcop-contactform.vcop-cf7-border-round textarea {
	border-radius:5px;
}
.vcop-contactform .wpcf7-captchac {
	text-align:center;
	margin-bottom:15px;
}
.vcop-contactform div.wpcf7-validation-errors {
	border:2px solid #C0392B;	
}
.vcop-contactform span.wpcf7-not-valid-tip {
	color:#C0392B;
}