/* GH webform - ALL font color & size */
.gh-form-wrapper label, .gh-form-wrapper .gh-input, .gh-form-wrapper .gh-submit {
color:red;
font-size: 14px !important;
}
/* GH webform - input fields - input ??? */
.gh-form-wrapper .gh-input:focus {
color:green;
}
/* GH webform - submit button */
.gh-form-fields .gh-form-column .gh-submit{
color:white;
background-color:blue;
}