/* src: imports.incl.less */
@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 500px) {
}@media (max-width: 499px) {
}@media (min-width: 768px) {
}@media (min-width: 500px) {
}@media (max-width: 499px) {
}@media (max-width: 499px) {
}html {
  height: 100%;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.anonymous {
  color: #aaa;
  background-color: #242e45;
  margin: 0;
  padding: 0;
  display: flex;
}
.anonymous a,
.anonymous p {
  color: #ccc;
}
.anonymous a:hover {
  color: rgba(90, 165, 64, 0.9);
}
.anonymous .sticky-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  min-height: 100vh;
}
.anonymous .content-wrapper {
  flex: 1 0 auto;
  padding-bottom: 2rem;
  padding-top: 35px;
}
.anonymous .zephyr-logo {
  margin-top: 30px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 394px;
  height: 179px;
  background-image: url(../img/Zephyr_logo.png);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: bottom 0px right 50px;
}
.anonymous #login-page-form {
  top: -45px;
}
.anonymous h1 {
  margin: 0;
  font-weight: normal;
  padding-left: 3px;
  color: #eef0f4;
}
.anonymous h1 .logo-img {
  background-image: url(../img/favicon.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: baseline;
}
.anonymous .mira-logo {
  display: block;
  color: #fff;
  font-size: 3.5em;
  padding: 0;
}
.anonymous .mira-logo h1 {
  line-height: 50px;
}
.anonymous .mira-logo:hover {
  text-decoration: none;
}
.anonymous .mira-logo .box {
  background-color: #344262;
  border: 3px solid #fff;
  border-radius: 5px;
  font-weight: bolder;
  padding: 4px 13px;
  -moz-box-shadow: 0 0 8px #1a2131;
  -webkit-box-shadow: 0 0 8px #1a2131;
  box-shadow: 0 0 8px #1a2131;
}
.anonymous .mira-logo .inverse {
  color: #fff;
}
.anonymous .footer-wrapper {
  position: relative;
  top: 0px;
}
.anonymous .footer {
  position: relative;
}
.anonymous .error-header {
  margin: 10px 30px;
}
.anonymous .error-content {
  margin: 60px 30px;
}
.anonymous .error-content h2 {
  color: #aaa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.anonymous .error-content p {
  color: #fff;
}
.anonymous .about-footer {
  text-align: center;
}
.anonymous .about-footer a.link {
  padding: 0 7px;
}
.anonymous .about-footer p {
  white-space: nowrap;
}
.anonymous .about-footer p:last-of-type {
  padding: 0 10px;
}
.anonymous .about-footer .legal {
  white-space: pre;
}
.anonymous .footer {
  padding-left: 0;
}
.anonymous .footer .company-name {
  font-weight: normal;
}
.anonymous .footer-lower__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.anonymous .footer-lower {
  color: #fff;
  direction: ltr;
  padding: 20px 0 20px 0;
}
.anonymous .footer-lower__menu {
  vertical-align: initial;
}
.anonymous .c-site-lower-footer-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.anonymous .c-site-lower-footer-menu__item {
  display: inline-block;
  margin-left: 13px;
  line-height: 1.6;
}
.anonymous .c-site-lower-footer-menu__link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .anonymous .zephyr-logo {
    background-image: url(../img/Zephyr_logo.png);
  }
  .anonymous .about-footer,
  .anonymous .footer {
    font-weight: 200;
  }
}
#informaTopBar {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  color: #ffffff;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 18px;
  z-index: 1000;
  background: #525A5C;
}
#informaTopBar li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
#informaTopBar p {
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
  text-rendering: optimizeLegibility;
}
#informaTopBar #informaRibbonWrapper {
  background: #525A5C;
  border-bottom: 1px solid #A5ACAF;
  position: absolute;
  width: 100%;
  font-size: 1rem;
}
#informaTopBar #informaRibbonLogo {
  height: 16px;
  width: 92px;
  background: url(../img/iribbon-logo.gif) top center no-repeat;
  font-size: 0;
  margin: 8px auto 10px auto;
  clear: both;
  cursor: pointer;
  padding: 0;
}
#informaTopBar .informaRibbonDetail {
  overflow: hidden;
  max-height: 0;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  transition: max-height ease-in-out 500ms;
}
#informaTopBar .informaRibbonDetail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#informaTopBar .informaRibbonDetail ul li {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 5px;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  border-right: 1px solid #A5ACAF;
}
#informaTopBar .informaRibbonDetail ul li:last-child {
  border: 0;
}
#informaTopBar .informaRibbonDetail ul li.informaRibbonMainLink {
  border: 0;
  padding-left: 0;
}
#informaTopBar .informaRibbonDetail ul li.informaRibbonMainLink a {
  text-transform: none;
  font-weight: 700;
}
#informaTopBar .informaRibbonDetail p:last-child {
  margin-bottom: 0;
}
#informaTopBar .informaRibbonLeft {
  max-width: 590px;
  width: 50%;
  float: left;
  margin: 40px 0 32px 0;
  padding-left: 0;
  padding-right: 20px;
  height: 52px;
}
#informaTopBar .informaRibbonRight {
  max-width: 590px;
  width: 50%;
  float: left;
  margin: 40px 0 32px 0;
  padding-left: 20px;
  padding-right: 0;
  height: 52px;
  border-left: 1px solid;
}
#informaTopBar .show #informaRibbonLogo {
  background-position: bottom center;
}
#informaTopBar .show .informaRibbonDetail {
  max-height: 400px;
  background-position: bottom center;
}
.login-page .login-container {
  height: 100%;
}
.login-page .form-group .input-group input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.7) inset !important;
}
.login-page .form-group {
  margin: 1px;
}
.login-page .form-group.last .input-group {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.login-page .form-group.first .input-group {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.login-page .form-group .input-group {
  background: #fff;
  border: 1px solid #fff;
}
.login-page .alert {
  border-radius: 4px;
}
.login-page .alert a {
  color: #000;
  text-decoration: underline;
}
.login-page .cc-theme-classic .cc-btn:last-child {
  min-width: 50px;
  font-size: 24px;
  font-weight: normal;
}
.login-page .cc-message {
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, "Liberation Sans", sans-serif;
}
.login-page .cc-message a {
  color: #5aa540;
}
.login-page .cc-banner.cc-bottom {
  border-top: 1px solid #323b50;
}
.login-page a.cc-btn.cc-dismiss:hover {
  background-color: #242e45;
}
.login-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.login-header .description {
  font-size: 15px;
  margin-bottom: 0;
}
.login-container {
  margin: auto;
  text-align: center;
  transition: opacity 1s ease;
}
.login-bottom-links {
  cursor: pointer;
  display: block;
  padding: 15px;
}
/*# sourceMappingURL=login.css.map */
