/* _content/Beegin.Cadastro.Web/Areas/ConfirmarEmail/Pages/ConfirmarEmailPage.razor.rz.scp.css */
.confirmacao-de-conta[b-wf48wemzis] {
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10rem;
    margin-bottom: auto;
    max-width: 692px;
    padding: 32px;
}

.confirmacao-de-conta__titulo[b-wf48wemzis] {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 16px;
}

.confirmacao-de-conta__descricao[b-wf48wemzis] {
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
}

.confirmacao-de-conta__email[b-wf48wemzis] {
    font-family: 'Ubuntu';
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 42px;
}

.confirmacao-de-conta__mensagem-de-reenvio[b-wf48wemzis] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #383D47;
    margin-bottom: 16px;
}

.confirmacao-de-conta__input[b-wf48wemzis] {
    margin-bottom: 42px;
}

.confirmacao-de-conta__mobile-break[b-wf48wemzis] {
    display: none;
}

@media (max-width: 768px) {
    .confirmacao-de-conta[b-wf48wemzis] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border-left: none;
        border-right: none;
    }

    .confirmacao-de-conta__mobile-break[b-wf48wemzis] {
        display: initial;
    }

    .confirmacao-de-conta__descricao[b-wf48wemzis] {
        font-size: 16px;
    }

    .confirmacao-de-conta__email[b-wf48wemzis] {
        font-size: 16px;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/RecuperarSenha/Pages/ForgotPassword.razor.rz.scp.css */
.esqueci-a-senha[b-c962ds8bv6] {
    background: #101219;    
    padding: 32px;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.return-login[b-c962ds8bv6] {
    margin-bottom: 1rem;
}

.form-content[b-c962ds8bv6] {
    background-color: #fff;
    padding: 40px 24px;
    max-width: 388px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}

    .form-content[b-c962ds8bv6]::after {
        content: "";
        background-image: url('/images/feixe-de-luz.svg');
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        position: absolute;
        width: 400px;
        left: 100%;
        transform: translateX(-50%);
        height: 100%;
        top: 0px;
    }



.esqueci-a-senha__titulo[b-c962ds8bv6] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: start;
    margin-bottom: 0;
}

.esqueci-a-senha__descricao[b-c962ds8bv6] {
    font-family: 'Georama', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #737787;
    text-align: start;    
    margin: 5px 0 1rem;
}

    .esqueci-a-senha__descricao > b[b-c962ds8bv6] {
        color: #0852DD;
    }

.esqueci-a-senha_head_descricao[b-c962ds8bv6] {
    font-family: 'Georama', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #262936;
    text-align: start;    
    margin-bottom: 0;
}

.esqueci-a-senha__mensagem-de-reenvio[b-c962ds8bv6] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: start;
    color: #383D47;
    margin-bottom: 16px;
}

.esqueci-a-senha__mobile-break[b-c962ds8bv6] {
    display: none;
}

.counting-time[b-c962ds8bv6] {
    color: #0852DD;
}

@media (max-width: 768px) {
    .esqueci-a-senha[b-c962ds8bv6] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/RecuperarSenha/Pages/NovaSenha.razor.rz.scp.css */
.nova-senha[b-rgja7flsyb] {
    background: #101219;
    padding: 32px;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-content[b-rgja7flsyb] {
    font-family: 'Georama', sans-serif;
    background-color: #fff;
    padding: 40px 24px;
    max-width: 388px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}

    .form-content[b-rgja7flsyb]::after {
        content: "";
        background-image: url('/images/feixe-de-luz.svg');
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        position: absolute;
        width: 400px;
        left: 100%;
        transform: translateX(-50%);
        height: 100%;
        top: 0px;
    }
.return-login[b-rgja7flsyb] {
    margin-bottom: 1rem;
}

.nova-senha__titulo[b-rgja7flsyb] {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #262936;
    margin-bottom: 2rem;
}
.password-description[b-rgja7flsyb] {    
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1rem;
    align-items: flex-start;
    padding-left: 0;
}

.check-description[b-rgja7flsyb] {
    margin-bottom: 0.3rem;
    font-size: 12px;
    font-weight: 600;
}

.password--success[b-rgja7flsyb] {
    color: #33A94D;
}

.password--error[b-rgja7flsyb] {
    color: #FF6262;
}

.password--empty[b-rgja7flsyb] {
    color: #A4A7B4;
}

.nova-senha__mensagem-de-reenvio[b-rgja7flsyb] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #383D47;
    margin-bottom: 16px;
}

.nova-senha__mobile-break[b-rgja7flsyb] {
    display: none;
}

.nova-senha__link-de-login[b-rgja7flsyb] {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #2571FF;
    text-align: center;
    text-decoration: none;
    display: block;
}

.validador-de-senha li:first-child[b-rgja7flsyb] {
    margin-bottom: 8px;
}

.validador-de-senha[b-rgja7flsyb] {
    font-size: 12px;
    line-height: 18px;
    padding-left: 0px;
    letter-spacing: 0.15px;
    color: #212e51;
    list-style-type: none;
    margin-bottom: 32px;
}

    .validador-de-senha > li > i[b-rgja7flsyb] {
        text-align: left;
        width: 15px;
    }

        .validador-de-senha > li > i.fa-check[b-rgja7flsyb] {
            color: var(--success);
        }

        .validador-de-senha > li > i.fa-times[b-rgja7flsyb] {
            color: var(--danger);
        }

@media (max-width: 768px) {
    .nova-senha[b-rgja7flsyb] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/RecuperarSenha/Pages/SenhaRedefinida.razor.rz.scp.css */
.senha-redefinida[b-aors3pc6b1] {

}


.senha-redefinida[b-aors3pc6b1] {
    background: #FFFFFF;
    border: 1px solid #C3C8CF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 160px;
}

.senha-redefinida__titulo[b-aors3pc6b1] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .senha-redefinida[b-aors3pc6b1] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
}
/* _content/Beegin.Cadastro.Web/Areas/Register/Componentes/Cadastro.razor.rz.scp.css */
/*input {
    width: 100%;
    font-size: 1rem;
    padding: 0.25rem;
    vertical-align: middle;
    box-shadow: 0 0 0 transparent;
    border: 1px solid #999;
    outline: 0 none;
    transition: box-shadow 0.5s;
}
input.error

{
    animation: shake 0.2s ease-in-out 0s 2;
    box-shadow: 0 0 0.5em red;
}
@keyframes shake {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.5rem;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0rem;
    }
}
*/
button-primary:disabled[b-7y8nfw8pch] {
    background-color: #fdd29b
}

.form-group-error[b-7y8nfw8pch],
.validation-message[b-7y8nfw8pch] {
    font-family: "Georama", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #E65366;
}

.radio-group-class[b-7y8nfw8pch] {
    display: flex;
    gap: 1rem;
}

.radio-group-label[b-7y8nfw8pch] {
    font-family: "Georama", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;      
    color: #51576C;
    margin-bottom: 12px;
}

.radio-item[b-7y8nfw8pch] {
    display: flex;
    align-items: center;    
}

    .radio-item span[b-7y8nfw8pch] {
        margin-left: 5px;
    }







/* _content/Beegin.Cadastro.Web/Areas/Register/Pages/CadastroInvestAssessor.razor.rz.scp.css */
/* _content/Beegin.Cadastro.Web/Areas/Register/Pages/ConfirmeSeuEmail.razor.rz.scp.css */
#ative-conta[b-tsfs40eaa6] {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

#enviamos-email[b-tsfs40eaa6] {
    font-weight: bold;
    margin: 0;
    font-size: 28px;
}

#seguir-investimento[b-tsfs40eaa6] {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

#recebeu-email[b-tsfs40eaa6] {
    margin: 0;
    font-size: 20px;
}
/* _content/Beegin.Cadastro.Web/Areas/Register/Pages/Parabens.razor.rz.scp.css */
.box .box-inner[b-33pxrd36b3] {
    padding: 32px 64px;
    width: fit-content;
}

#parabens[b-33pxrd36b3] {
    font-size: 32px;
    font-weight: bold;
    justify-content: center;
}

#clique-para-navegar[b-33pxrd36b3] {
    font-size: 30px;
    font-weight: bold;
}

#botao-para-navegar[b-33pxrd36b3] {
    font-size: 16px;
}

#botao-continuar[b-33pxrd36b3] {
    min-width: 140px;
}

@@media(max-width:768px) {
    #parabens[b-33pxrd36b3] {
        font-size: 26px;
    }
}

#logo-position[b-33pxrd36b3] {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 292px;
}

.button-primary[b-33pxrd36b3] {
    font-family: 'Roboto', sans-serif;
    background: #F7981D !important;
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
    transition: all 0.3s;
}

    .button-primary:hover[b-33pxrd36b3] {
        opacity: 0.8;
    }
/* _content/Beegin.Cadastro.Web/Pages/CadastroInvestidorPJPage.razor.rz.scp.css */
.cadastro-pessoa-juridica[b-unj14cs2sl] {
    background: #FFFFFF;
    border: 1px solid #C3C8CF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 36px 42px;
    margin-left: auto;
    margin-right: auto;
    max-width: 670px;
}

.cadastro-pessoa-juridica__titulo[b-unj14cs2sl] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}
.cadastro-pessoa-juridica__descricao[b-unj14cs2sl] {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

.cadastro-pessoa-juridica__divisor[b-unj14cs2sl] {
    border-top: 1px solid #E0E0E0;
    margin: 0;
    margin-bottom: 32px;
}

.cadastro-pessoa-juridica__texto[b-unj14cs2sl] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 8px;
}

    .cadastro-pessoa-juridica__texto:last-child[b-unj14cs2sl] {
        margin-bottom: 0;
    }

.cadastro-pessoa-juridica__texto--link[b-unj14cs2sl] {
    color: #2571FF;
    font-weight: 600;
    cursor: pointer;
}

.cadastro-pessoa-juridica__imagens[b-unj14cs2sl] {
    position: relative;
}

.cadastro-pessoa-juridica__imagem-esquerda[b-unj14cs2sl] {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.cadastro-pessoa-juridica__imagem-direita[b-unj14cs2sl] {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    .cadastro-pessoa-juridica[b-unj14cs2sl] {
        padding: 24px;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
    .cadastro-pessoa-juridica__imagens[b-unj14cs2sl] {
        display: none;
    }
    .cadastro-pessoa-juridica__imagem-esquerda[b-unj14cs2sl] {
        display: none;
    }
    .cadastro-pessoa-juridica__imagem-direita[b-unj14cs2sl] {
        display: none;
    }
}
/* _content/Beegin.Cadastro.Web/Pages/IndexPage.razor.rz.scp.css */
.seletor-de-tipo-de-investidor[b-y7go6xlckk] {

}

.seletor-de-tipo-de-investidor__titulo[b-y7go6xlckk] {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 64px;
    text-align: center;
}

.tipos-de-investidor[b-y7go6xlckk] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
    margin-bottom: 64px;
}

.tipo-de-investidor[b-y7go6xlckk] {
    background: #fff;
    border: 1px solid #C3C8CF;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 180px;
    height: 195px;
    color: #2571ff;
}

    .tipo-de-investidor:hover[b-y7go6xlckk] {
        border: 2px solid #0852dd;
        cursor: pointer;
        transition: border-color .5s ease;
        box-shadow: 0px 15px 16px rgb(0 0 0 / 16%);
    }

.tipo-de-investidor__imagem[b-y7go6xlckk] {
    margin-bottom: 24px;
}

.tipo-de-investidor__nome[b-y7go6xlckk] {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.seletor-de-tipo-de-investidor__divisor[b-y7go6xlckk] {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

    .seletor-de-tipo-de-investidor__divisor[b-y7go6xlckk]::before,
    .seletor-de-tipo-de-investidor__divisor[b-y7go6xlckk]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #E0E0E0;
    }

    .seletor-de-tipo-de-investidor__divisor:not(:empty)[b-y7go6xlckk]::before {
        margin-right: 12px;
    }

    .seletor-de-tipo-de-investidor__divisor:not(:empty)[b-y7go6xlckk]::after {
        margin-left: 12px;
    }


.seletor-de-tipo-de-investidor__opcao[b-y7go6xlckk] {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #383d47;
    margin-bottom: 0;
}

.seletor-de-tipo-de-investidor__link[b-y7go6xlckk] {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #0852DD;
}

.seletor-de-tipo-de-investidor__faixa[b-y7go6xlckk] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 8px;
    background: linear-gradient(90deg, #5AB0FF 0%, #0852DD 35.06%, #1F08D0 70.16%, #060B7A 100%);
}

@media (max-width: 768px) {
    .seletor-de-tipo-de-investidor__titulo[b-y7go6xlckk] {
        font-size: 21px;
        margin-bottom: 32px;
    }
}
/* _content/Beegin.Cadastro.Web/Shared/BoxLayout.razor.rz.scp.css */
.page[b-oyq2wgfdhy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-oyq2wgfdhy] {
    flex: 1;
}

.sidebar[b-oyq2wgfdhy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oyq2wgfdhy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oyq2wgfdhy]  a, .top-row .btn-link[b-oyq2wgfdhy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-oyq2wgfdhy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-oyq2wgfdhy] {
        display: none;
    }

    .top-row.auth[b-oyq2wgfdhy] {
        justify-content: space-between;
    }

    .top-row a[b-oyq2wgfdhy], .top-row .btn-link[b-oyq2wgfdhy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oyq2wgfdhy] {
        flex-direction: row;
    }

    .sidebar[b-oyq2wgfdhy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oyq2wgfdhy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-oyq2wgfdhy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Beegin.Cadastro.Web/Shared/Loading.razor.rz.scp.css */
#overlay-loading[b-8p8rx3n1s9] {
  height: 100vh;
  width: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

#overlay-loading .icon-loading[b-8p8rx3n1s9] {
  margin-bottom: 16px;
}

#overlay-loading h1[b-8p8rx3n1s9] {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;

  color: #212e51;
}
@keyframes loading-b-8p8rx3n1s9 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

#overlay-loading > svg[b-8p8rx3n1s9] {
  margin-right: 16px;
  animation: loading-b-8p8rx3n1s9 5s linear infinite;
}
/* _content/Beegin.Cadastro.Web/Shared/MainLayout.razor.rz.scp.css */
:root[b-nhy4dwp2en] {
    --primary-color: #2571FF;
    --white: #fff;
    --font-family-special: "Georama", sans-serif;
}

*[b-nhy4dwp2en] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-nhy4dwp2en] {
    height: 100%;
}

body[b-nhy4dwp2en] {
    background-color: #fff;
    color: #172845;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    height: 100%;
}

#api[b-nhy4dwp2en] {
    display: flex;
    flex-direction: column;
}

#next[b-nhy4dwp2en] {
    background-color: #000000 !important;
    color: var(--white);
    width: 100%;
    border-radius: 4px;
    height: 40px;
    padding: 12px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    transition: all 0.3s;
    border: none;
}

    #next:hover[b-nhy4dwp2en] {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

    #next:focus[b-nhy4dwp2en] {
        outline: 0;
    }

#link-do-esqueci-minha-senha-no-login[b-nhy4dwp2en] {
    font-size: 12px;
    color: #0852DD;
    text-decoration: none;
    font-weight: 600;
    margin-top: 16px;
    display: block;
    font-family: "Georama", sans-serif;
    width: fit-content;
}

#link-do-cadastre-se-aqui-no-login-container[b-nhy4dwp2en] {
    font-size: 14px;
    text-align: center;
    margin-top: 24px;
}

#link-do-cadastre-se-aqui-no-login[b-nhy4dwp2en] {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}

#localAccountForm[b-nhy4dwp2en] {
    background-color: #fff;
    padding: 40px 24px;
    max-width: 388px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}

    #localAccountForm[b-nhy4dwp2en]::after {
        content: "";
        background-image: url('../images/feixe-de-luz.svg');
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        position: absolute;
        width: 400px;
        left: 100%;
        transform: translateX(-50%);
        height: 100%;
        top: 0px;
    }

    #localAccountForm > div.intro > h2[b-nhy4dwp2en] {
        font-weight: 500;
        font-family: "Georama", sans-serif;
        font-size: 24px;
        line-height: 29px;
        color: #262936;
    }

#api > div.claims-provider-list-buttons.social > div.intro > h2[b-nhy4dwp2en] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 24px;
}

#api > div.divider[b-nhy4dwp2en] {
    width: 344px;
    height: 0px;
    left: 0px;
    top: 0px;
    border: 1px solid #E0E0E0;
    margin-top: 24px;
}

    #api > div.divider > h2[b-nhy4dwp2en] {
        display: none;
    }

.rememberMe[b-nhy4dwp2en] {
    margin-top: 18px;
}

.options[b-nhy4dwp2en] {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

#GoogleExchange[b-nhy4dwp2en] {
    background-image: url("/images/login-social-google.svg");
    color: transparent;
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}

#FacebookExchange[b-nhy4dwp2en] {
    background-image: url("/images/login-social-facebook.svg");
    color: transparent;
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}

    #FacebookExchange:focus[b-nhy4dwp2en],
    #GoogleExchange:focus[b-nhy4dwp2en] {
        outline: 0;
    }

.lado-direito-do-login[b-nhy4dwp2en] {
    width: 50%;
    background-color: #101219;
    overflow: hidden;
}

.lado-esquerdo-do-login[b-nhy4dwp2en] {
    width: 50%;
    overflow: hidden;
}

.login-description[b-nhy4dwp2en] {
    width: 100%;
    font-family: 'Georama', sans-serif;
    max-width: 400px;
    margin-left: 135px;
    margin-right: auto;
    margin-top: auto;
    gap: 0.8rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.login-dashboard[b-nhy4dwp2en] {
    width: 784px;
    min-width: 784px;
    height: 453px;
    margin-left: 120px;
    margin-top: 24px;
}

.vertical-center[b-nhy4dwp2en] {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.entry-item[b-nhy4dwp2en] {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

    .entry-item .form-group-error svg[b-nhy4dwp2en] {
        margin-right: 4px;
    }

    .entry-item .form-group-error[b-nhy4dwp2en] {
        padding: 6px 0;
        display: flex;
        font-size: 12px;
        color: #da1e28;
        line-height: 14px;
        align-items: center;
    }

    .entry-item label[b-nhy4dwp2en] {
        position: absolute;
        display: block;
        top: 5px;
        left: 10px;
        width: auto !important;
        font-size: 12px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
        cursor: text;
        background: #fff;
        padding: 2px 4px;
        height: 16px;
    }

    .entry-item input[b-nhy4dwp2en] {
        padding: 12px 10px 10px 15px !important;
        display: block;
        width: 100%;
        border: none;
        font-size: 14px;
        border: 1px solid #d1d1d1 !important;
        outline: none;
        color: #000;
        border-radius: 4px;
    }

        .entry-item input:invalid[b-nhy4dwp2en] {
            outline: none;
            box-shadow: none;
        }

        .entry-item input:valid ~ label[b-nhy4dwp2en],
        .entry-item input:focus ~ label[b-nhy4dwp2en] {
            top: 5px;
            font-size: 12px;
        }

        .entry-item input:focus ~ label[b-nhy4dwp2en] {
            color: #131b30;
        }

.password-toggle-icon[b-nhy4dwp2en] {
    position: absolute;
    top: 37px;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/password-eye-open.svg);
    background-size: cover;
    cursor: pointer;
    z-index: 8;
}

#localAccountForm > div.entry > div:nth-child(2) > div.error.itemLevel[b-nhy4dwp2en],
#localAccountForm > div.entry > div:nth-child(1) > div[b-nhy4dwp2en] {
    font-size: 12px;
    color: #E65366;
}

.aviso-de-manutencao-do-login-social[b-nhy4dwp2en] {
    margin-top: 36px;
}

    .aviso-de-manutencao-do-login-social > p[b-nhy4dwp2en] {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #383D47;
    }

        .aviso-de-manutencao-do-login-social > p:first-child[b-nhy4dwp2en] {
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #060B7A;
        }

.img-block[b-nhy4dwp2en] {
    display: none;
}

.show-mobile[b-nhy4dwp2en] {
    display: none;
}

#formulario-de-cadastro[b-nhy4dwp2en] {
    width: 100%;
}

.faixa-de-boas-vindas__logo[b-nhy4dwp2en] {
    position: absolute;    
    top: -72px;
}


@media only screen and (max-width: 1080px) {
    .login-description[b-nhy4dwp2en] {
        width: 90%;
        font-family: 'Georama', sans-serif;
        max-width: 400px;
        margin: auto;
        margin-top: 140px;
    }

    .login-dashboard[b-nhy4dwp2en] {
        display: none;
    }
    
}

@media only screen and (max-width: 815px) {
    .lado-esquerdo-do-login[b-nhy4dwp2en] {
        width: 0%;
        display: none;
    }

    .lado-direito-do-login[b-nhy4dwp2en] {
        width: 100%;
    }

    .show-mobile[b-nhy4dwp2en] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: auto;        
    }
    .faixa-de-boas-vindas__titulo[b-nhy4dwp2en],
    .faixa-de-boas-vindas__descricao[b-nhy4dwp2en] {
        color: #fff;
    }
}
/* _content/Beegin.Cadastro.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2ced0df8jk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2ced0df8jk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2ced0df8jk] {
    font-size: 1.1rem;
}

.oi[b-2ced0df8jk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2ced0df8jk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2ced0df8jk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2ced0df8jk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2ced0df8jk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2ced0df8jk]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2ced0df8jk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2ced0df8jk] {
        display: none;
    }

    .collapse[b-2ced0df8jk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
