<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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.xelastic:not(.xskin) #login-form {
    max-width: 420px;
    padding: 3rem 3rem 2rem 3rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: .5em; }
  body.xbackground-login-image #layout-content {
    background: transparent !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 #xlogin-image-left,
  body.xbackground-login-image #xlogin-image-right {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    cursor: pointer; }
    body.xbackground-login-image #xlogin-image-left:hover,
    body.xbackground-login-image #xlogin-image-right:hover {
      background: rgba(0, 0, 0, 0.3); }
  body.xbackground-login-image #xlogin-image-left:hover:before {
    content: "&lt;"; }
  body.xbackground-login-image #xlogin-image-right {
    left: auto;
    right: 0; }
    body.xbackground-login-image #xlogin-image-right:hover:before {
      content: "&gt;"; }
  body.xbackground-login-image #login-footer,
  body.xbackground-login-image #bottomline {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    color: #fff;
    font-size: 0.8em; }
    body.xbackground-login-image #login-footer a,
    body.xbackground-login-image #bottomline a {
      color: #fff;
      text-decoration: none; }
      body.xbackground-login-image #login-footer a:hover,
      body.xbackground-login-image #bottomline a:hover {
        text-decoration: underline; }

/*# sourceMappingURL=login.css.map */
</pre></body></html>