/* CSS FORMS */

form.lead label, form.lead input {
    font-size: 16px;
}
form label {
    margin-bottom: 8px !important;
}
textarea {
    min-height: 120px !important;
}
.btn-skin {
    background-color: #4accd1;
    border-color: #4accd1;	
	color: #fff !important;
}
.btn-skin:hover {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    display: inline-block !important;
	width: 57% !important;
	height: auto !important;
}
.form-group {
    margin-bottom: 15px;
}
.g-recaptcha {
    height: auto;
    margin: 5px auto;
    text-align: -moz-center;
    width: auto;
}
.validation {
    color: red;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px;
}
#sendmessage {
    border: 1px solid green;
    color: green;
    display: none;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}
#errormessage {
    border: 1px solid red;
    color: red;
    display: none;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}