/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

.spanIdentificacion{
	font-family: "Raleway Bold";
	color: #26749f;
	font-size: 1.375rem;
	line-height: 1.2;
}

div[tabindex]:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
}