.card {
    width: 100%;
    margin-bottom: 0;
}

.shortcut {
    cursor: pointer;
}
.registration-form {
    display: flex;
    flex-direction: column;
}

.custom-hr {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.custom-hr span {
    background: #fff;
    padding: 0 10px;
    font-family: var(--lf-font-family-sans-serif);
    color: var(--navy);
}
