html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: arial, serif;
}
div.email {
  padding: 20px 0 0;
}
.fixedbody {
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.margin-center {
  margin: 0 auto;
}
.login-cover {
  background-color: #eeeded;
  background-image: url("../images/bg-planet3-p.png");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mim-soon {
  background-color: #0c2557;
  background-image: url("../images/bg-planet-blurred.png");
  background-position: bottom center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
.content {
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-muted {
  color: #999;
}
.uppercase {
  text-transform: uppercase;
}
.copyright {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0.2rem;
}

#img-logo {
  height: 32px;
}

#img-slogan {
  height: 23px;
  margin: 20px auto 0;
}
#img-email {
  height: 14px;
}
#img-copyright {
  height: auto;
}

@media screen and (max-width: 550px) {
  .login-cover {
    /* background-image: url("../images/bg-planet3-mobile.png"); */
    background-size: 200% auto;
  }
  .mim-soon {
    background-size: auto 100%;
  }
  #img-logo {
    width: 40%;
    height: auto;
  }

  #img-slogan {
    height: 18px;
  }

  #img-copyright {
    width: 75%;
  }
  .copyright {
    bottom: 0.2rem;
  }
}
@media screen and (min-width: 551px) and (max-width: 750px) {
  .login-cover {
    /* background-image: url("../images/bg-planet3-mobile.png"); */
    background-size: 200% auto;
  }
  .mim-soon {
    background-size: auto 100%;
  }

  #img-copyright {
    width: 65%;
  }
  .copyright {
    bottom: 0.1rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .login-cover {
    /* background-image: url("../images/bg-planet3-mobile.png"); */
    background-size: 200% auto;
  }
  .mim-soon {
    background-size: auto 100%;
  }
}
