/* Move reCAPTCHA badge upwards */
.grecaptcha-badge {
  /* Move up from bottom, adjust as needed */
  /* bottom: 800px !important; */
  bottom: 175px !important;
  /* top: 0px !important; */
  /* right: 10px !important; */
  /* left: auto !important; */
  /* z-index: 9999 !important; */
  /* opacity: 0.7 !important; */
  /* Hide Completely */
  /* visibility: hidden; */
}
