body {
    background-color: #efeff7;
}
.section {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.modal-header {
    background-color: var(--cor-principal);
}
.divider {
    width: 1px;
    background-color: #ccc;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
}

.border-topo {
    border-top: 2px solid #e4e7ed !important;
}

.section-title {
    margin-bottom: 15px;
}

.criar-conta-direita {
    float: right;
}

.logar-conta-esquerda {
    float: left;
}
.text-preto{
    color:#000000!important;
}

.text-red{
    color:red!important;
}

@media (max-width: 767px) {
    .divider {
        display: none;
    }

    .criar-conta-direita {
        float: initial;
    }

    .logar-conta-esquerda {
        float: initial;
    }
}