.login-body div[class$=-image] img {
  margin-top: 60px;
}
.login-body .login-topbar-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 8px 16px;
  width: 100%;
  height: 60px;
}
.login-body .login-topbar-wrapper .login-topbar {
  display: flex;
  justify-content: space-between;
}
.login-body .footerContainer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .login-body .footerContainer {
    position: relative;
    align-self: flex-end;
  }
}
@media (max-width: 992px) {
  .login-body {
    flex-direction: column;
  }
}

.background-image-wrapper > img {
  object-fit: cover;
}
.background-image-wrapper.exception-image > img, .background-image-wrapper.login-image > img {
  height: unset;
  min-height: 240px;
}

.login-body .newsLoginContainer {
  width: auto;
  max-width: 900px;
  min-height: 375px;
  max-height: 75vh;
  z-index: 2;
  display: flex;
  gap: 20px;
}
.login-body .newsLoginContainer .login-card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  align-items: stretch;
  width: 50%;
}
@media (max-width: 992px) {
  .login-body .newsLoginContainer {
    max-height: 100%;
    max-width: 500px;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .login-body .newsLoginContainer .login-card {
    flex-basis: 100%;
  }
}
.login-body:not(.dim, .dark) .fadeOutText::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, transparent, white);
  mask-image: linear-gradient(to bottom, transparent, white);
  -webkit-mask-image: linear-gradient(to bottom, transparent, white);
}

/*# sourceMappingURL=ibs-landing.css.map */
