html,
body {
  height: 100%;
}

#forgot-password, #reset-password {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: -130px;
}
#forgot-password p, #reset-password p {
  margin: 1em 0;
}
#forgot-password .header, #reset-password .header {
  width: 100%;
  padding-top: 40px;
}
#forgot-password .header #mobius-admin-logo, #reset-password .header #mobius-admin-logo {
  display: block;
  width: 250px;
  height: 72px;
  margin: 0 auto;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../img/../img/logo_admin.png?1524072040');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 250px 72px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#forgot-password .header #mobius-admin-logo:hover, #reset-password .header #mobius-admin-logo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#forgot-password .wrap, #reset-password .wrap {
  margin-top: -200px;
  width: 500px;
  padding: 20px;
  border-radius: 3px;
}
#forgot-password.change-password input, #reset-password.change-password input {
  margin: 1em 0;
}
