﻿.login-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: url('/images/members/hero-renew.jpg') center / cover no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.45);
}

