/* Move Google reCAPTCHA badge from right to left bottom */
.grecaptcha-badge {
  left: 0 !important;
  right: auto !important;
}