#authFormContainer {
    padding: 25px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: var(--blue-warm-vivid-70);
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: var(--blue-warm-vivid-70);
    /*width:310px;*/
    /*margin: 0;
    position: absolute;
    top: 50%;
    left: 75%;
    -ms-transform: translate(-25%, -25%);
    transform: translate(-25%, -25%);*/
}

#captchaed-form {
    /*width: 680px;*/
    margin-top: 45px;
}


#hcaptcha {
    float:right;
}

.botoes-gera-codigo {
    margin-top: 25px;
    margin-bottom: 25px;
}

.botoes-gera-codigo, .botoes-autentica {
    text-align: center;
    /*margin-top: 25px;
    margin-bottom: 25px;*/
}

.br-input{
    margin-top:20px;
}

.texto {
    color: var(--gray-60);
    font-size: var(--font-size-scale-up-01);
    font-weight: var(--font-weight-semi-bold);
}

.link {
    color: var(--interactive);
    font-weight: var(--font-weight-semi-bold);
}

.fundoForm {
    background-color: #f5f2f0;
}

#accordionGruposServicos {
    border-top: none;
}

#accordionGruposServicos .item {
    border-bottom: none;
}

.containerForm {
    background-color: #f5f2f0;
    position: relative;
}

.fullSize {
    width: 100%;
    height: 100%;
}

.loadingOverlay {    
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
}

.loadingContainer {
    position: relative;
    display: flex;
    justify-content: center;    
}