/* /members/assets/css/portal.login.background-fix.css */
html,
body {
    min-height: 100%;
    margin: 0;
    background:
        linear-gradient(180deg, rgba(5, 10, 8, 0.42), rgba(5, 10, 8, 0.68)),
        url("/assets/images/body.png") center center / cover no-repeat !important;
    background-color: #12180f !important;
}

body > .portal-shell,
.portal-shell {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(5, 10, 8, 0.42), rgba(5, 10, 8, 0.68)),
        url("/assets/images/body.png") center center / cover no-repeat !important;
    background-color: #12180f !important;
}
