body.resetpassword {
  height: 100%;
  font-family: "Readex Pro", Arial, Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
  margin: 0;
  color: #ffffff;
  padding: 0;
}
body.resetpassword .main_wrap {
  width: 100%;
  position: relative;
  border: 0;
  margin-top: 10px;
}
body.resetpassword .main_wrap .middle_content {
  background: none !important;
}
body.resetpassword .standardlogin {
  height: 100%;
}
body.resetpassword .standardlogin #header h1.logo {
  display: block;
  border: none;
  line-height: 18px;
  margin-left: 0;
  padding-left: 10px;
}
body.resetpassword .standardlogin #header h1.logo img {
  max-height: 3.5rem;
}
body.resetpassword #outer_wrap {
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 3;
  margin-top: 80px;
}
body.resetpassword .resetbox {
  width: 50%;
  top: 80px;
  margin-left: auto;
  margin-right: auto;
}
body.resetpassword .resetbox .center {
  text-align: center;
}
body.resetpassword h1 {
  color: #fff;
  margin-top: 30px;
  display: block;
  text-align: center;
  line-height: 1.4;
}
body.resetpassword form {
  margin-top: 30px;
}
body.resetpassword input[type=password] {
  font-size: 26px;
  width: 50%;
  margin: 10px;
  border: 0;
  padding: 10px;
}
body.resetpassword h2 {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
  width: auto;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body.resetpassword label {
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  float: left;
  width: calc(25% - 20px);
  text-align: right;
  margin-right: 20px;
}
body.resetpassword input[type=submit] {
  display: block;
  width: 50%;
  font-size: 22px;
  background: #000;
  color: #fff;
  padding: 10px;
  border: 1px solid #000;
  cursor: pointer;
}
body.resetpassword input[type=submit]:hover {
  background: #555;
  color: #fff;
  border-color: #fff;
}
body.resetpassword p a {
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  display: block;
}
@media (max-width: 1200px) {
  body.resetpassword .resetbox {
    width: 70%;
  }
}
@media (max-width: 800px) {
  body.resetpassword .resetbox {
    width: 90%;
  }
  body.resetpassword input[type=submit],
  body.resetpassword input[type=password] {
    width: 100%;
  }
  body.resetpassword label {
    text-align: left;
    width: 100%;
  }
}

/*# sourceMappingURL=modules-resetpassword-scss-resetpassword.css.map */
