* {
    box-sizing: inherit;
}

.header-right ul {
    width: 430px;
}

.need_login::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,1));
}

.need_login {
    position: relative;
}

.need_login_text {
    text-align: center;
    margin: 20px 0 0;
    font-size: 115%;
}