.landing-banner {
     background-image: url(/ImageStore.ashx?SiteImage=6);
     background-size: cover;
}

.contentReduced {
    max-height: 500px !important;
}

@media (min-width: 992px) {
  .col-md-5.loginInputEmail {
      width: 50%!important;
  }
  .col-md-5.loginInputP {
      width: 30%!important;
  }
}
@media (max-width: 992px) {
  .loginButtonContainer {
      width: 100% !important;
   }
}

@media (max-width: 767px) {
  header .logo {
     margin: 10px;
  }
  header { height: 95px; }
  .loginInformation { margin-top: -34px !important; }
}
@media (min-width: 767px) {
  header .logo {
     width: 80px;
  }
}

.body-page-register .login-container h2 {
   display: none;
}
.body-page-register form h3:first-of-type {
   display: none;
}
.body-page-register h1 {
   display: none;
}

#embedded_eve { background-color: #0079c8 !important }
embedded-eve .header { background-color: #0079c8 !important }
embedded-eve .end-btn { background: #0079c8 !important }
embedded-eve .arrow-down { border-top: 12px solid #0079c8 !important }

#homeMenu.pull-left {
    float: none !important;
}