input[type="text"],
input[type="email"],
textarea {
	background: rgba(127,158,200,0.2);
	border: 0;
	margin-top: 20px;
}

span.wpcf7-form-control-wrap>input,
span.wpcf7-form-control-wrap>textarea{
	width: 100%;
	padding: 10px;
}

form.wpcf7-form>p span{
	text-align: center;
}

.wpcf7-submit{
	margin: 45px auto;
	font-size: 1.8em;
	font-weight: 500;
	width: 100%;
	height: 48px;
	border-color: rgb(127,158,200);
	border-radius: 35px;
	border-width: 3px;
	color: #051941;
	background: #ffffff;
}

@media only screen and (min-width: 768px){
	.wpcf7-form-control-wrap>input,
	.wpcf7-form-control-wrap>textarea{
		width: 100%;
	}
	.wpcf7-submit{
		width: 30%;
	}
}