.ima-login {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem 1rem 0px rgba(0, 0, 0, 0.15);
  left: 50%;
  max-width: 30rem;
  padding: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ima-login__brand-logo {
  text-align: right;
}
.ima-login__brand-logo svg path {
  fill: #002d59;
}
.ima-login__logo-separator {
  flex-grow: 1;
  text-align: center;
}
.ima-login__logo-separator span {
  border-left: 1px solid #1462ac;
  display: inline-block;
  height: 3rem;
}
.ima-login__logo-container {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 2rem 0;
}
.ima-login__logo-text {
  color: #002d59;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2rem;
  margin-left: 0.75rem;
}
.ima-login__button {
  background-color: #1462ac;
  font-size: 1.1rem;
  margin-top: 1rem;
  width: 100%;
}
.ima-app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 100%;
    width: fit-content;
  }
  .ima-app__header {
    position: relative;
  }
  .ima-app__container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
  }
  .ima-app__container--white {
    background-color: #fff;
  }
  .ima-app__version {
    color: #fff;
    width: 7.2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0.75rem;
    text-align: center;
  }
  .ima-app__main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem;
    padding-bottom: 2rem;
  }
  .ima-app__main--active {
    background-color: #fff;
  }
  .ima-app__viewport {
    flex-grow: 1;
  }