.login .text::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 5px;
    background: no-repeat center center;
    background-image: url(ico_user_grey00.svg);
    background-size: auto 100%;
}

.login .icon {
    background-image: url(ico_user_grey00.svg);
    background-size: auto 46.15%;
}

.login .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login .logged-in {
    display: none;
}

.login[data-is] .not-logged-in {
    display: none;
}

.login[data-is] .logged-in {
    display: inline;
}