@charset "UTF-8";
/* CSS Document */
.FormWrapper{margin-top:20px;}
.home-form-wrapper{   
    float: left;
    width: 63%;
    margin-top: 11%;}
@media (max-width:1400px) and (min-width:991px) {
.home-form-wrapper{margin-left:17%;}
}
.form label {
	font-weight: normal;
	padding-top: 10px;
    padding-bottom: 2px;
	margin-bottom: 0;
	display:block;
	color: #0f7c11;
	font-size: 20px;
	text-align:left;
}

#contact-us .form label {
	font-size: 14px;
}


.hover-contact-form-wrap .form label {
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 0;
	display:block;
	font-weight: bold;
	color: #0f7c11;
	font-size: 14px;
	
}

.hover-contact-form-wrap .form select,.form textarea,.form input[type="text"],.form input[type="password"] {
	width: 100%;
    border: 1px solid #BEBEBE;
    padding: 4px;
    background: #09430d;
    height: 30px;
}

.form select,.form textarea,.form input[type="text"],.form input[type="password"] {
	width: 100%;
    border: 1px solid #BEBEBE;
    padding: 4px;
    background: #fff;
    height: 45px;
	}
.hover-contact-form-wrap .form select,.form textarea,.form input[type="text"],.form input[type="password"] {height:30px;}
.hover-contact-form-wrap .form textarea {height:30px;}
.form textarea {
    height: auto;
	height:157px;
}

.form input[type="submit"] {
    border: 1px solid #BEBEBE;
    padding: 8px 15px;
    background: #282c33;
    margin-top: 15px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
	float: left;
	width: 100%;

}

.form input[type="submit"]:hover {   
    background: #0f7c11;

}

.home-form-wrapper .form input[type="submit"] {
	padding: 8px 15px;
    background: #282c33;
    font-weight: 400;
    color: white;
    float: left;
    height: 50px;
    width: 150px;
    font-size: 26px;
    text-align: center;
}

.home-form-wrapper .form input[type="submit"]:hover {
    background: #107b11;
}

.form img.vercodeStyle {
	width: 100%;
	height: 30px;
	margin-top: 25px;
}

.form input.error,.form select.error  {
	background: #FDF1F1;
	border: #EB0909 solid 2px;
	color: #C50606;
}

.form label.error {
	color: #EB0909;
	font-size: 12px;
	padding-top: 0;
}

.form .error-message {
	color:#F00;
	display:none;
}

#rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.hover-contact-form-wrap{
        background: #08320b;
    padding: 10px;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -20px;
    padding-top: 20px;
	border:2px solid  #08320b;
}