.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-desc {
    display: block;
    font-size: 70%;
    margin-bottom: 1em;
}

label.required:after {
    content: " *";
    color: #FF0000;
}

.field-validation-error {
	font-weight: normal;
    color: #FF0000;
}