.user-auth-group p {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.policy-links { display: flex; }
.policy-links a {
    line-height: 1;
    display: flex;
    align-items: center;
}

.policy-links a:not(:last-child) { margin-right: 7px; }
.policy-links a:not(:last-child):after {
    content: '';
    display: block;
    height: 8px;
    width: 1px;
    background-color: #9c9c9c;
    margin-left: 8px;
}
