.req_class input, .req_class textarea {
	border: none;
	width: 100%;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
}
.req_class textarea
{
    height:100px;
}
.req_class input[type="submit"] {
	color: #fff;
	width: 150px;
	background: #104d71;
	float: right;
	height: 40px;
	border: none;
	font-size: 15px;
	cursor: pointer;
	transition: .7s;
}
.req_class input[type="submit"]:hover
{
    background:#062f47;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #104d71 !important;
	color: #666 !important;

}
.white-text h2, .white-text p
{
    	color: #fff;
}