.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%;
    }
}

body {
    overflow: hidden
}

#caixa-form {
    border-left: solid 1px;
    padding-left: 70px;
    position: relative;
    right: 80px;
}

.footer {
    width: 100%;
    height: 73px;
}


/** 0d6efd COR PRINCIPAL - AZUL **/