/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
	width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
	opacity: 0.5;
	/*transform:scale(0.65);
	-webkit-transform:scale(0.65);
	transform-origin:40px 40px;
	-webkit-transform-origin:40px 40px;*/
}

.grecaptcha-badge:hover {
  width: 256px !important;
}