.branded-login-page .login-showcase-art {
    isolation: isolate;
    background: linear-gradient(160deg, #052f2d, #0f766e 58%, #073f3b);
}

.branded-login-page .login-showcase-art::before {
    content: "";
    position: absolute;
    inset: -28px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: url("../images/brand/login-showcase.png") center / cover no-repeat;
    box-shadow: none;
    filter: blur(20px) brightness(.48) saturate(.9);
    transform: scale(1.08);
    opacity: .92;
    z-index: 0;
}

.branded-login-page .login-showcase-image {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center center !important;
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, .24));
}
