/* NOP Bespoke — ajustes funcionais + wallpaper */

.mx_AuthPage,
.mx_SplashPage {
    background-image: url('SK-C-170.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* Esconder footer */
.mx_AuthFooter,
[class*="AuthFooter"],
.mx_SplashPage_footer {
    display: none !important;
}

/* Esconder Criar Conta */
.mx_SplashPage_register,
a[href*="register"],
a[href*="signup"] {
    display: none !important;
}
