html, body {
    height: 100%;
    min-height: 100%;
}

body {
    font: 15px arial;
    background-color: #01002b;
}

.conteudo {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.h2{
    display: flex;
    flex-direction: column;
    /*color: #008800;*/
    /*color: #f38d01;*/
    color: #01002b;
    text-align: center;
    font-weight: bolder;
}
.caixa{
    background-color: white;
    width: 400px;
    padding: 30px;
    height: auto;
    border-radius: 5px;
}
.botao_pesquisar{
    display: flex;
    justify-content: flex-end;
}

.table_modal{
    color: black;
}
.img_modal{
    display: flex;
    width: 150px !important; 
    height: auto;
    border-radius: 10px;
    margin-left: 50px;
    padding-bottom: 12px;
}