body {
  background-color: transparent;
  max-height: 90%;
  overflow-y: hidden;
}
@media (max-width: 640px) {
  .container.card {
    margin-top: 0 !important;
  }
}
html {
  background-color: #182965;
  height: 100vh;
}
.card-body {
  background: var(--bs-light);
  opacity: 0.9;
}
.card {
  background-color: inherit !important;
  box-shadow: 0px 16px 72px 2px black;
  margin-top: 10rem;
}
.eelogo {
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -3.5rem auto 1rem auto;
}
.redmin-footer {
  height: 7rem;
  margin: 1rem auto 1rem auto;
}
.redmin-logo {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(/img/logo.redmin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1.5rem auto 0.5rem auto;
}
@media (height: 1024px) {
  .redmin-logo {
    margin: 4.5rem auto 0.5rem auto;
  }
  .redmin-footer {
    margin-bottom: 3rem;
  }
}
.login-container {
  background-color: transparent !important;
  position: relative;
  height: 100vh;
}
