body{
    overflow: visible!important;
}
#principalLogin{
    margin: 0 auto;
    width: 100%;
}
.formLogin{
    /* background-color:#1a0e4a; */
    padding: 30px;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 10px;
}
/* .formCad form{
    background-color:#1a0e4a;
    padding: 20px;
    height: 100%;
    width: 100%;
    color:rgba(134,206,250,0.4);
    border-radius: 15px;
} */
.botaoLogin{
    cursor: pointer;
    background-color: #00123C;
    border: #00123C;
    width: 100%;
    margin-top: 1em; 
    padding: 10px;
}
.botaoLogin:hover, .botaoLogin:active, .botaoLogin:focus{
    background-color: #011e61 !important;
    border: #011e61 !important;
}
.botaoRegistrar{
    cursor: pointer;
    width: 100%;
    margin-top: 1em; 
    padding: 10px;
}
label{
    color: black;
    font-size: 1em;
    font-weight: bold;
}

input{
    margin: 20px 0px 20px;
    padding: 8px;
    border-radius: 10px;
    border-style: none;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.direitos{
    font-size: 9pt;
}
@media (min-width: 576px){
    #principalLogin{
        width: 100%;
    }
}
@media (min-width: 792px){
    #principalLogin{
        width: 800px;
    }

}
@media (min-width: 920px){
    #principalLogin{
        width: 800px;
    }
    body{
        max-height: 580px !important;
    }
    
}

.recuperar-senha {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.di {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 12px;
    gap: 1rem;

    text-align: justify;
}

.permissao-section {
    display: flex;
    flex-direction: column;
}

.permissao-section select {
    padding: .5rem .5rem;
    border-radius: 10px;
    border-style: none;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.custom-paragraph {
    font-family: 'Gillius ADF 700', sans-serif;
    color: #00123C; /* Azul escuro */
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
    
}
.div-paragraph{
    transform: translateX(-138px);
}
