.login-body {
  background-color: #202020;
}

.login-bg-base {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}

.login-bg-fade {
  background-image: url( '/static/images/login_bg_1.jpg' )  ;
  opacity: 0;
  z-index: -1;
}

.login-bg-fix {
  background-image: url( '/static/images/login_bg_1.jpg' ) ;
  opacity: 0;
  z-index: -2;
}

