<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
}

body {
  padding: 0 !important;
  padding-bottom:60px;
  background-color: white;
}

/* override styles causing issues */
#body-row,
#page-content {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
}
#sidebar-container {
  display: none !important;
}

/* main login layout */
.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}

.col {
  padding: 0 !important;
  margin: 0 !important;
}

.col-auto {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}

iframe {
  border: 0;
  width: 350px;
  height: 100% !important;
}

.login {
  position: relative;
  top: 65px;
  margin: 0 auto;
  width: 375px;
  padding: 25px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #353c43;
  -webkit-box-shadow: 3px 3px 40px -9px rgba(170,170,170,1);
  -moz-box-shadow: 3px 3px 40px -9px rgba(170,170,170,1);
  box-shadow: 3px 3px 40px -9px rgba(170,170,170,1);
  font-family: "Segoe UI", Arial, sans-serif;
  text-align: left;
  margin-bottom: 130px;
}

.et-root-loading div {
  top: 24%;
}

.login .validation-summary-valid {
  display: none;
}

  .login .validation-summary-errors {
    color: #dc3545 !important;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

    .login .validation-summary-errors &gt; span {
      font-weight: bold !important;
    }

    .login .validation-summary-errors ul,
    .login .validation-summary-errors li {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

  .login .field-validation-error {
    color: #dc3545 !important;
    margin-top: 4px;
    display: block
  }

  .login .input-validation-error {
    border-color: #dc3545 !important;
  }

    .login .input-validation-error:focus {
      outline: 0 !important;
      box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) !important;
    }

  .login .warn {
    color: #dc3545
  }

  .login img {
    margin: 0 auto 5px auto;
    display: block;
  }

  .login input[type="text"],
  .login input[type="password"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    /*background: #f7f7f7;*/
    border: 1px solid #d9d9d9;
    color: #404040;
  }

    .login input[type="text"]:focus,
    .login input[type="password"]:focus {
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

  .login input[type="submit"],
  .login input[type="button"],
  .login button[type="button"],
  .login button[type="submit"] {
    height: 40px;
    width: 100%;
    font-weight: bold;
  }

.login-logo {
  max-width: 100%;
}

.login-title {
  /*font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 1.2em;*/
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px 0;
}

.login-sub-title,
.login-sub-title-alt {
  margin: 0 0 15px 0;
}

.login-sub-title-alt {
  color: #717a91;
  text-align: center;
}

.login-footer {
  margin-top: 20px;
  text-align: center;
}

  .login-footer .note {
    margin-top: 5px;
    font-size: .9em;
  }

.login-loginto {
  text-align: left;
  border-bottom: 1px solid #eee;
  border-radius: 4px;
  padding: 12px;
}

  .login-loginto.disabled,
  .login-loginto.disabled:hover {
    opacity: 0.35;
    cursor: not-allowed;
    background-color: inherit;
  }

  .login-loginto:hover {
    background-color: #f4f6fa;
    cursor: pointer;
  }

.login-resetfor {
  text-align: left;
  padding: 10px;
  border-radius: 4px;
  margin-top: 3px;
}

  .login-resetfor:hover {
    cursor: pointer;
  }

  .login-resetfor.selected {
    background-color: #f2f6ff;
  }

  .login-resetfor .fa {
    position: relative;
    top: 3px;
    color: #ccced0;
  }

  .login-resetfor.selected .fa {
    color: #39A7E0 !important;
  }

  .login-loginto .lastin,
  .login-resetfor .lastin {
    color: #aaa;
    float: right
  }

.login-footer {
  margin-top: 20px;
  text-align: center;
}

  .login-footer .note {
    margin-top: 5px;
    font-size: .9em;
  }

.login-loginto {
  text-align: left;
  border-bottom: 1px solid #eee;
  border-radius: 4px;
  padding: 12px;
}

  .login-loginto.disabled,
  .login-loginto.disabled:hover {
    opacity: 0.35;
    cursor: not-allowed;
    background-color: inherit;
  }

  .login-loginto:hover {
    background-color: #f4f6fa;
    cursor: pointer;
  }

.login-resetfor {
  text-align: left;
  padding: 10px;
  border-radius: 4px;
  margin-top: 3px;
}

  .login-resetfor:hover {
    cursor: pointer;
  }

  .login-resetfor.selected {
    background-color: #f2f6ff;
  }

  .login-resetfor .fa {
    position: relative;
    top: 3px;
    color: #ccced0;
  }

  .login-resetfor.selected .fa {
    color: #39A7E0 !important;
  }

  .login-loginto .lastin,
  .login-resetfor .lastin {
    color: #aaa;
    float: right
  }

footer {
  bottom: 0;
  padding: 20px !important;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  background-color: #f4f5f7;
  text-align: right;
  font-size: .9em;
  line-height: 1.6em;
}

@media (max-width: 767.98px) {
  .col.main,
  .col-auto.more {
    display: block;
    width: 100% !important;
  }

  .login {
    top: 0;
    margin: 0;
    width: 100% !important;
    /*width: 367.98px;
      min-width: 367.98px;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  iframe {
    width: 100% !important;
  }
}

/* ResetPasswordFor */
#btnResetForAll {
  border-color: rgba(113, 122, 145, 0.5);
  color: #717a91;
  margin-top: 48px;
  margin-bottom: 32px;
}

.selectionWarning {
  color: #B8610D;
  text-align: left;
  display: none;
  margin-top: 13px;
}

  .selectionWarning i {
    margin-right: 8px;
    position: relative;
    top: 8px;
    font-size: 1.4em;
  }

  .selectionWarning div {
    display: table-cell;
    line-height: 1.1em;
  }

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0;
}

  .strike &gt; span {
    position: relative;
    display: inline-block;
  }

    .strike &gt; span:before,
    .strike &gt; span:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 9999px;
      height: 1px;
      background: #eee;
    }

    .strike &gt; span:before {
      right: 100%;
      margin-right: 15px;
    }

    .strike &gt; span:after {
      left: 100%;
      margin-left: 15px;
    }</pre></body></html>