#xlogin-image-loader {
  display: none; }

#xlogin-image {
  z-index: -1; }
  #xlogin-image, #xlogin-image div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000; }
  #xlogin-image div {
    display: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

body.xbackground-login-image {
  background-color: #000 !important; }
  body.xbackground-login-image .box-bottom #message div {
    color: #fff;
    padding: 10px !important;
    background: rgba(0, 0, 0, 0.4); }
  body.xbackground-login-image #bottomline {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 8px !important;
    color: #fff  !important;
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: left !important;
    visibility: visible !important;
    font-size: 1em !important; }
  body.xbackground-login-image #xlogin-image-left,
  body.xbackground-login-image #xlogin-image-right {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 30px; }
  body.xbackground-login-image #xlogin-image-right {
    left: auto;
    right: 0; }

/*# sourceMappingURL=login.css.map */
