<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }
  body a {
    color: #c32026; }
    body a:hover {
      color: #84092e; }
  body.login {
    margin: 10px; }
    body.login .container {
      max-width: 320px;
      margin: auto; }
      body.login .container .navbar-brand {
        width: 202px;
        height: 29px;
        background: url(../images/sprites.png) no-repeat -276px -2px;
        display: block;
        text-indent: -9999px;
        margin: auto; }
      body.login .container h4 {
        font-size: 1.4em;
        font-weight: 400;
        text-align: center; }
      body.login .container input {
        width: 298px;
        display: block;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
        border: solid 1px #bfbfbf; }
        body.login .container input[type="checkbox"] {
          display: inline-block !important;
          width: auto; }
      body.login .container .checkbox {
        font-size: 0.8em;
        line-height: 2.5em; }
      body.login .container .btn {
        width: 320px;
        padding: 10px;
        margin: 0px auto 5px;
        border: 0px;
        color: #fff;
        border-radius: 5px;
        font-size: 1.1em; }
        body.login .container .btn.btn-success {
          background: #c32026; }
          body.login .container .btn.btn-success:hover {
            background: #84092e; }
        body.login .container .btn.btn-default.btn-sm {
          background: #D7D7D7;
          color: #000; }
          body.login .container .btn.btn-default.btn-sm:hover {
            background: #000;
            color: #FFF; }
      body.login .container .panel-footer-right {
        background: #f1f1f1;
        border-radius: 10px;
        text-align: center;
        font-size: 0.7em;
        margin: 10px 0px;
        line-height: 2.2em; }
  body.password .container input {
    width: 320px;
    margin-bottom: 10px; }
</pre></body></html>