/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    opacity:0;!important;
}

/* Shows the reCAPTCHA on the Contact page */
/* Obviously change the page number to your own */
.page-id-668 .grecaptcha-badge {
    opacity:100;!important;
}