.investor-activation-shell > section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: #293f4e;
    background-position: center;
    background-size: cover;
}

.investor-login-page .investor-activation-shell > section {
    background-image: linear-gradient(180deg, rgba(25, 42, 53, .25), rgba(25, 42, 53, .9)), url("/assets/images/portal-investor-login-v1.png");
}

.staff-login-page .investor-activation-shell > section {
    background-image: linear-gradient(180deg, rgba(25, 42, 53, .28), rgba(25, 42, 53, .92)), url("/assets/images/portal-staff-login-v1.png");
}

.activation-brand {
    z-index: 1;
    display: grid;
    gap: 8px;
    width: 205px;
}

.activation-brand img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.activation-brand small {
    color: #d4e0e8;
}

@media (max-width: 760px) {
    .investor-login-page .investor-activation-shell > section,
    .staff-login-page .investor-activation-shell > section {
        background-position: center;
    }

    .activation-brand {
        width: 180px;
    }
}
