.btn-rep{
    font-family: 'Poppins';
    font-weight: bold;
    width: 152px;
    border: none;
    margin: 25px auto;
    padding: 10px 20px;
    font-size: 21px;
    color: white;
    line-height: 24px;
    border-radius: 5px;
    background: #829DAA;
}

.g-recaptcha > div{
    margin: 0 auto;
}

[page=cadastro] .login-main {
    text-align: center;
    margin: 15px auto;
}

[page=cadastro] .rep-bottom{
}

[page=cadastro] .rep-cadastro-form{
    display: none;
    position: relative;
}
.show-on-sinc{
    display: none;
}
[page=sincronizar] .show-on-sinc{
    display: initial;
}

[page=cadastro] .rep-cadastro-form input::placeholder,
[page=cadastro] ::-webkit-input-placeholder {
    color: #555!important;
}

[page=cadastro] .rep-cadastro-form input {
    width: 240px;
    text-align: center;
    background: #fafafa;
    border-bottom: 0;
    display: block;
    margin: 7px auto;
    border: 2px solid #809CAB;
    font-size: 1.2em;
}

.container-rounded-button{
    display: flex;
    gap: 20px;
    width: fit-content;
    margin: auto;
}

.rounded-button{
    display: flex;
    justify-content: center;
    font-family: 'Poppins';
    font-weight: bold;
    align-items: center;
    border-radius: 5px;
    width: 114px;
    height: 75px;
    font-size: 19px;
    background: #809CAB;
    line-height: 21px;
}

.txt-teste-grt{
    font-size: 1.5em;
    margin: 5px auto;
    line-height: 1.1;
    color: #809CAB;
}

.txt-termos{
    display: table;
    margin: 15px auto;
    font-size: 1.1em;
    box-shadow: 2px 2px 8px black;
    padding: 2px;
    cursor: pointer;
}

.txt-termos > div{
    display: table-cell;
}

.captchaFrame{
    width: 100%;
    display: block;
    border: none;
    height: 75vh;
}

@media only screen and (max-width: 450px) {

    .captchaFrame{
        width: 100%;
        display: block;
        border: none;
        height: 74vh;
    }

}