.login-button-wrapper {
    width: 30px;
    height: 30px;
    background: #ffffffb3;
    border-radius: 50%;
    background-image: url("/wp-content/uploads/User-icon-no-background.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.login-button-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

.login-button-wrapper.active {
    background-color: #FCB040;
}

