body {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    align-items: center;
}

input:focus,
select:focus,
textarea:focus {
    outline: 1px solid #77807f !important;
}

.filho-section-login {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    background-color: white;
    border-radius: 8px;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-login {
    display: flex;
    height: 100%;
    width: 100%;
}

.cx-header-login {
    display: flex;
    max-width: 1150px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cx-voltar,
.cx-pai-logo {
    margin: 11px 22px;
}

.frase {
    font-size: 15px;
    color: #747474;
    margin-bottom: 7px;
}

.frase2 {
    font-size: 13px;
}

.cx-voltar a {
    display: flex;
    color: #373737;
    text-decoration: none;
}

.cx-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-filho {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#primeiro-nome {
    margin-right: 5px !important;
}

.container-filho h1 {
    font-weight: 400;
    font-size: 2rem;
    margin: 10px 0px 5px 0px;
    justify-self: center;
}

form#forgotPasswordForm {
    width: 100%;
}

p.frase33 {
    margin-top: 20px;
}

.container-google {
    margin-bottom: 25px;
}

form#loginForm {
    margin: 10px 0px;
    width: 100%;
}

.tabs {
    display: none;
}

.tab {
    margin-left: 4px;
    cursor: pointer;
    color: #a8a8a8;
    text-decoration: underline;
}

.form-container {
    display: none;
}

.form-container.active {
    display: block;
    place-items: center;
}

.container-filho p {
    display: flex;
    flex-direction: row;
}

.form-group {
    display: flex;
    flex-direction: column;
}

#loginForm input,
#cadastroForm input,
#gender,
#forgotPasswordForm input {
    border: 1px solid #A1AEAD;
    padding: 11px 9px;
    border-radius: 13px;
    box-sizing: border-box;
}

#date_of_birth {
    width: 100%;
    background-color: #fff !important;
}

#gender {
    color: #747474;
}

input[type="date"] {
    cursor: pointer;
    color: #747474 !important;
}

.error-message {
    font-size: 12px;
    color: #BB0A21;
}

.cx-capa {
    width: 50%;
    justify-items: center;
    overflow: hidden;
    padding: 10px;
    align-content: center;
    background-color: #D9D9D9;
}

.cx-capa img {
    width: 88%;
}

.nome-sobre2 {
    display: flex;
    flex-direction: row;
}

.nome-sobre2 .form-group {
    width: 100%;
}

button.btn-submit {
    border: none;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    margin-top: 13px;
    background-color: #f3803f;
    color: #fff;
    cursor: pointer;
}

.requerimento-span {
    display: none;
    font-size: 12px;
    margin-bottom: 4px;
    color: #BB0A21;
}

.group2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.group2 input {
    width: 100%;
}

.bx-low-vision {
    font-size: 16px;
    color: #373737;
    margin-bottom: -3px;
    margin-left: -26px;
    cursor: pointer;
}

input.valid {
    border: 2px solid green;
}

input.error {
    border: 2px solid red;
}

#custom-google-btn {
    display: flex;
    align-items: center;
    background-color: white;
    color: #555;
    font-size: 16px;
    border: 2px solid #4285F4;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#custom-google-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#custom-google-btn:hover {
    background-color: #f1f1f1;
}

.nsm7Bb-HzV7m-LgbsSe.hJDwNd-SxQuSe.i5vt6e-Ia7Qfc.uaxL4e-RbRzK {
    border: 1px solid #A1AEAD;
    padding: 9px 7px;
    border-radius: 10px;
}

#footer-login {
    display: flex;
    height: 66px;
    padding-bottom: 9px;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 11px;
}

#footer-login a {
    text-decoration: none;
    list-style: none;
}

footer p {
    font-size: 0.7rem;
}

a.termos-frase {
    color: #909090;
    text-decoration: underline !important;
}

.direitos-reservados {
    font-weight: 400;
    color: #373737;
    font-size: 11px;
    width: 300px;
    padding-bottom: 5px;
}

.termos {
    font-weight: 500;
    color: #373737;
    cursor: pointer;
    transition: all .2s;
}

.termos:hover {
    color: #242424;
    transform: scale(1.03);
}

.divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
    /* Cor e espessura da linha */
}

.divider-text {
    padding: 0 10px;
    /* Espaçamento ao redor do texto */
    color: #ccc;
    /* Cor do texto */
    font-size: 14px;
}

/* Estilos para o modal de termos */
.modal-termos {
    display: none;
    position: fixed;
    z-index: 1000;
    align-content: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 28%);
}

.modal-termos-conteudo {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-termos-conteudo h2 {
    font-weight: 500;
}

.modal-termos-conteudo em {
    color: #747474;
}

.modal-termos-conteudo h4 {
    font-weight: 400;
    color: #333;
}

.fechar-termos {
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.fechar-termos:hover {
    color: #f3803f;
}

.termos-texto {
    margin-top: 1rem;
    line-height: 1.6;
}

.termos-texto h3 {
    margin-top: 1.5rem;
    font-weight: 500;
}

.termos-texto ul {
    padding-left: 1.5rem;
}

.termos-aceite {
    margin: 2rem 0;
    display: flex;
    align-items: center;
}

.termos-aceite input {
    margin-right: 10px;
}

.btn-termos {
    background-color: #f3803f;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    max-width: 300px;
}

.btn-termos:hover {
    background-color: #cc6a31;
}

/* Estilo para o checkbox no formulário */
.termos-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.termos-checkbox label {
    margin: 0;
    font-size: 12px !important;
}

.termos-checkbox input {
    margin-right: 10px;
}

.termos-checkbox a {
    color: #3498db;
    text-decoration: none;
}

.termos-checkbox a:hover {
    text-decoration: underline;
}