
html,body {
    height: 100%;
    min-width: 448px;
    background: linear-gradient(45deg, #444545 0%, #cedad2 100%);


     
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
      
   
}

    .content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


.form-signin2 {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    box-shadow: -20px 20px 12px 7px rgb(50 50 50 / 77%);
    
    border-radius: 10px;
   
    border-image-slice: 1;
    border-width: 5px;

}

.form-signin2 .checkbox {
    font-weight: 400;
}

.form-signin2 .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    font-size: 16px;
}

.form-signin2 .form-control:focus {
    z-index: 2;
}


 .logs {
    box-shadow: 18px 20px 12px 7px rgb(50 50 50 / 77%);
}

h1 {
    text-shadow:
        -12px 12px 5px rgba(50, 50, 50, 0.77),
        -1px -1px 0px rgb(165 220 71);
}

.justificado-recuo {
    text-align: justify;
    text-indent: 2em;
}

.bordaAmarela {
    padding: 10px;
    margin: -16px;
    border-radius: 16px;
    border: 5px solid #34470059;
}

button:focus {
    border: none !important;
    box-shadow: none !important;
}

button:active img {
    content: url('../images/btn_entra_click.png');
}


/* Estilização específica para a modal de Política de Privacidade */
#politicaPrivacidadeModal .modal-content {
    border-radius: 10px;
    border: 2px solid #4a4a4a; /* Cor opcional para borda */
}

#politicaPrivacidadeModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #4a4a4a;
}

#politicaPrivacidadeModal .modal-body {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    padding: 20px;
}

#politicaPrivacidadeModal .modal-footer {
    background-color: #f8f9fa;
    border-top: 2px solid #4a4a4a;
}

#politicaPrivacidadeModal h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

#politicaPrivacidadeModal p {
    margin-bottom: 15px;
}

#politicaPrivacidadeModal ul {
    padding-left: 20px;
}

#politicaPrivacidadeModal .last-updated {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
