/* Apply gradient background only where the invisible marker exists */
body:has(.gradient-page-indicator),

body:has(.container.signinpage),
body:has(.container.register),
body:has(.container.wrapper-body.forgotpassword),
body:has(.container.wrapper-body.redeemcodepage),
body:has(.changepassword) {
    background: linear-gradient(180deg, #790079 0%, #e261e2 100%);
    background-attachment: fixed !important;
}