body { 
    background-image: url('../assets/media/auth/header-bg.jpg')!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
} 
[data-theme="dark"] body { 
    background-image: url('../assets/media/auth/bg4-dark.jpg')!important; 
}