/**
 * Hides the reCAPTCHA badge which is mounted by the reCAPTCHA library by default.
 * @see RecaptchaUtils.js
*/
.grecaptcha-badge {
  visibility: hidden;
}

