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


/** Instituição - input radio*/

.gender-group {
    display: flex;
    justify-content: space-between;
    margin-top: 0.62rem;
}

.gender-input {
    display: flex;
    align-items: center;
    margin-right: 90px;
}

.gender-input input {
    margin-right: 0.35rem;
}

.gender-input label {
    font-size: 0.81rem;
    font-weight: 600;
    color: #000000c0;
}


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