.auth-thumb-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;        /* fundo */
  overflow: hidden;
}

.auth-thumb-area img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  transform: translateY(-28%);
}

.auth-wrapper {
  position: relative !important;
  z-index: 1 !important;  
}

.auto-box{
  width: 50% !important;
}

.recaptcha-style .g-recaptcha {
    transform: scale(0.89); /* diminui para 80% do tamanho */
    transform-origin: 0 0; /* mantém no canto superior esquerdo */
    display: inline-block;
}


