
.content {
    display: flex;
}

.content-foms {
    width: 40%;
    background-color: #FFFFFF;
}

.header {
    width: 100%;
    padding: 20px 112px;
}

.header img {
    width: 56px;
}

.formulario-container {
    padding: 0 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.formulario {
    font-family: 'Inter';
    margin-top: 155px;
    width: 100%;
}

.form-cadastro {
    margin-top: 75px
}

.titulo {
    font-family: 'Cabinet Grotesk';
    font-size: 32px;
    margin-bottom: 8px;
    color: #37393D;
}

.subtitulo {
    font-size: 14px;
    margin-bottom: 32px;
    color: #6E7279;
}

.inputs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input {
    height: 48px;
    border: solid 1px #DBDDDF;
    border-radius: 10px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.input::placeholder { /* Para navegadores modernos */
    font-size: 14px !important;
    color: #37393D !important;
}

.opcoes {
    display: flex;
    justify-content: space-between ;
    margin-top: 12px;
    margin-bottom: 32px;
}

.opcoes a {
    font-size: 14px;
    color: #6E7279 !important;
    text-decoration: none;
}

.custom-checkbox-lembrar {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .custom-checkbox-lembrar input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #DDDDDD;
    border-radius: 4px; 
    outline: none;
    cursor: pointer;
    margin-right: 8px; 
  }
  
  .custom-checkbox-lembrar input[type="checkbox"]:checked {
    background-color: #0A66F3;
    border-color: #0A66F3;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBkPSJNOS41NzEgMTcuNzEzbC04LjUtOC41M2ExIDEgMCAxMSAxLjQxNiAxLjQxNmw3LjA4NiA3LjA2NyAxMS4zMjktMTEuMmExIDEgMCAxMSAxLjQxNiAxLjQxNmwtMTIuNzUgMTJjLS4zODQuMzg0LS45ODIuNzg4LTEuNDI4Ljg2MmgtLjAxNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px
  }
  
  .checkbox-label {
    font-size: 14px;
    color: #6E7279 !important;
  }

.entrar-btn {
    height: 48px;
    color: #ffffff;
    font-family: 'Inter';
    background-color: #0A66F3;
    width: 100%;
    border: none;
    border-radius: 10px;
}

.cadastrar-btn {
    height: 48px;
    color: #ffffff;
    font-family: 'Inter';
    font-size: 14px;
    background-color: #0A66F3;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-top: 32px;
}

.criar-conta-btn {
    text-align: center;
    width: 100%; 
    margin-top: 20px;
    font-family: 'Inter';
    color: #767171;
}

.criar-conta-btn a {
    text-decoration: none;
    color: #0A66F3;
    font-weight: 500;
}

.logar-btn {
    text-align: center;
    width: 100%; 
    margin-top: 20px;
    font-family: 'Inter';
    color: #767171;
    font-size: 14px;
}

.logar-btn a {
    text-decoration: none;
    color: #0A66F3;
    font-weight: 500;
}



.content-image {
    width: 60%;
    height: 100vh;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;;
    background-size: 118%;
    
}

.content-image .login-logo-image {
    width: 100%;
    height: 99%;
    object-fit: cover;
    opacity: 30%;

}

.content-image-text {
    position: absolute;
    z-index: 10;
    bottom: 0;
    margin: 48px;
}

.login-titulo {
    font-family: 'Cabinet Grotesk';
    font-size: 40px;
    font-weight: 600;
    color: #F3F4F4;
    margin-bottom: 16px;
    margin-left: 30px;
    
}

.login-subtitulo {
    font-family: 'Inter';
    font-size: 18px;
    color: #F3F4F4;
    font-weight: 400;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 120px;
}

.container-usuarios {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-left: 30px;
}

.stars {
    color: gold;
    font-size: 18px;
    margin-right: 5px;
}

.container-estrelas {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.container-estrelas-texto {
    display: flex;
    gap: 5px;
    align-items: center;
}

.rating-score {
    font-weight: bold;
}

.rating-text {
    font-size: 12px;
    color: #ddd;
}

.sombra {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    width: 60%;
    height: 60%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.faq-cadastro {
    border: solid 1px #D7D8FF;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 570px;
    background-color: #ffffff;
    margin-top: 24px;
    border-radius: 12px;
}

.faq-cadastro:hover {
    background-color: #ffffff !important;
}

.img-texto-faq {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.faq-titulo {
    font-family: 'Cabinet Grotesk';
    color: #37393D;
    font-weight: 600;
    font-size: 18px;
}

.faq-subtitulo {
    font-family: 'Inter';
    color: #6E7279;
    font-weight: 400;
    font-size: 14px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
}

.modal.show {
    display: flex;
    justify-content: end;
    transform: translateX(0);
    
}

.modal-content {
    background-color: #fefefe;
    margin: 0;
    padding: 20px;
    border: 1px solid #888;
    width: 85%;
    height: 100%;
    overflow-y: auto;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .content-foms {
        width: 50%;
    }
    
    .content-image {
        width: 50%;
    }

    .sombra {
        width: 50%;
    }
}


@media screen and (max-width: 800px) {
    
    .header {
        padding: 20px 24px;
    }

    .content {
        flex-direction: column;
        width: 100%;
    }

    .content-foms {
        width: 100%;
        background-color: #FFFFFF;
        margin-bottom: 48px;
    }

    .formulario-container {
        padding: 0 154px;
    }

    .formulario {
        margin-top: 20px;
    }

    .content-image {
        position: relative;
        width: 100%;
    }

    .sombra {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .formulario-container {
        padding: 0 24px;
    }

    .content-image-text {
        margin: 24px;
    }

    .login-titulo {
        width: 100%;
    }

    .subtitulo {
        width: 100%;
    }

    .container-usuarios {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
}


  