.page-title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
  font-family: "Arvo", serif;
  color: #474f60; }

.reset-password-form-ct {
  width: 60%;
  margin: 40px auto; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .reset-password-form-ct {
      width: auto;
      margin: 20px 0;
      padding: 0; } }
  .reset-password-form-ct p.help-block {
    color: #474f60; }
