/* 自定义登录/注册页背景样式 - 作用域受限版 */
body.custom-login-bg {
  background: url('/login-bg.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.custom-login-bg #root {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
body.custom-login-bg div, 
body.custom-login-bg section, 
body.custom-login-bg main, 
body.custom-login-bg article, 
body.custom-login-bg header, 
body.custom-login-bg footer, 
body.custom-login-bg aside, 
body.custom-login-bg nav {
  background-color: transparent !important;
  background-image: none !important;
}
body.custom-login-bg [class*="bg-"],
body.custom-login-bg [class*="gradient"] {
  background-color: transparent !important;
  background-image: none !important;
}
body.custom-login-bg,
body.custom-login-bg *,
body.custom-login-bg #root,
body.custom-login-bg #root * {
  color: #000000 !important;
  text-shadow: none !important;
}
body.custom-login-bg input {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
