body{
    overflow: visible!important;
    background-color: white;
}
header{
    height: 75px;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#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;
    width: 100%;
    margin-top: 1em; 
    padding: 10px;
}
.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;
    }
    
}

.from_filtro{
    padding: 30px;
    height: 100%;
    width: 70%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.from_filtro form{
    width: 100% !important;
}

#btnFiltro{
    margin-top: 25px;
    width: 100%;
    padding: 5px;
}

.rota_filtro{
    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;
}

.rota_filtro::-webkit-scrollbar-track{
    color: black;
}
.rota_filtro::-webkit-scrollbar{
    width: 9px;
    height: 9px;
    background: #F4F4F4;
}

.rota_filtro::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 5px;
}
.rota_filtro::-webkit-scrollbar-button:single-button{
    background-color: rgb(172, 174, 182);
    display: block;
    height: 13px;
    width: 16px;
}
.options_filtro{
    margin: 20px 0px 20px;
    padding: 8px;
    border-radius: 10px;
    border-style: none;
    width: 100%;
    border: 0px;
}
.linha{
    display: flex;
    flex-direction: row;
    gap:1rem;
    align-items: center;
    justify-content: space-between;
}
.coluna{
    display: flex;
    flex-direction: column;
    gap:1rem;
    align-items: center;
    justify-content: center;
    padding: 0px;
}