.tableEmpresa{
    font-size: 10x;
   
}
.tableteste{
    max-width: 50%;
}

.pesquisar {
    display:flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.input-pesquisar {
        background-color: rgba(255,255,255, 0.21);
        border: 1px solid #000;
        border-radius:5px;
        padding:0.5rem 0;
    }

 .btn-pesquisar {
        background-color: rgba(255,255,255, 0.21);
        border:1px solid #000;
        border-radius:5px;
        padding:0.5rem 0.5rem;
}


.text-success {
    color: green !important;
}

.text-danger {
    color: red !important;
}


#btnLogin{
    width: 100px;
    height: 30px;
    margin-top: 20px;
    margin-left: 40%;
}

#btn{
    width: 200px;
    height: 40px;
    margin-top: 20px;
    margin-left: 30%;
}