.registrationDivider {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.registrationDivider::before {
    width: calc(100% - 184.39px);
}

.registrationDivider::before,
.registrationDivider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.registrationDivider:not(:empty)::before {
    margin-right: .25em;
}

.registrationDivider:not(:empty)::after {
    margin-left: .25em;
}