.wpcf7 label {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #030204;
	font-weight: 400;
	width: 100%;
	text-align: left;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="checkbox"], 
.wpcf7 textarea, .wpcf7 select, 
.comments-area textarea, select,
input[type="text"], input[type="email"],
input[type="password"], input[type="password"],
input[type="checkbox"], input[type="url"] {
	border: 2px solid #ccc;
	background: #f7f7f7;
	padding: 12px 15px;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
}

.wpcf7 input[type="submit"] {
	background: #E34111;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	padding: 15px 7%;
    border-radius: 10px;
    float: right;
    color: #fff;
	-webkit-box-shadow: 2px 1px 0px #a42f0e;
	        box-shadow: 2px 1px 0px #a42f0e;
	border: none;
	margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
	background: #CE3511;
	/* -webkit-box-shadow: 2px 1px 0px #2f1854;
	        box-shadow: 2px 1px 0px #2f1854; */
}

#client-login {
	margin-top: 10px;
	margin-bottom: 60px;
}

#forgot {
	color: #000000;
	text-decoration: underline;
	margin-top: 20px;
	font-size: 16px;
	display: inline-block;
}