.formHead {
	text-align: center;
	font-size: 14px:
}
.formRedirect  a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
.formRecaptcha{
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
.redirect {
	margin-top: 40px;	
}
.formStyle {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.formStyle a {
	text-decoration: none;
	color: inherit;
}	
#inputForm .error {
	color: #cf1925;
}

#formmessage {
	color: #cf1925;
	text-align: center;
	font-weight: bold;	
}
#formmessage p {
	padding: 20px;
}
label {
	font-size: 14px;
}
@media screen and (min-width: 1025px) {
.formRecaptcha{
	transform:scale(0.90);
	-webkit-transform:scale(0.90);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.formStyle {
	width: 50%;
	margin-bottom: 25px;
}
label {
	font-size: 16px;
}
}