html {
background-image: none !important;
background-color:#fff;
}

body:not(.login):not(.register):not(.remind):not(.reset):not(.newuser) {
  background-image: none !important;
}
body.login, body.register, body.remind, body.reset, body.newuser {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.privacy-link {
  display:none;
}