.contentConsulta {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.formConsulta {
    width: 60%;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 40px;
}

.container {
    display: flex;
    flex-direction: column;
}

.body-document {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 40px;
    margin: auto;
}


/*login*/

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}