#passwordEmail,
#passwordReset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  background: #000;
}
#passwordEmail a,
#passwordReset a {
  text-decoration: none;
}
#passwordEmail header,
#passwordReset header {
  font-family: "Open-Sans-Extrabold";
  font-size: 37px;
  font-weight: bolder;
  margin-bottom: 0.7rem;
}
#passwordEmail header a,
#passwordReset header a {
  color: #d3d629;
}
#passwordEmail header a:hover, #passwordEmail header a:focus,
#passwordReset header a:hover,
#passwordReset header a:focus {
  color: #a8aa2f;
}
#passwordEmail main,
#passwordReset main {
  max-width: 400px;
  border-radius: 0;
  padding: 20px;
  border: 1px solid #2f2f2f;
  background: #191919;
}
#passwordEmail main h5,
#passwordReset main h5 {
  font-weight: bold;
  margin-bottom: 0.9rem;
}
#passwordEmail main div:last-child a,
#passwordReset main div:last-child a {
  color: #0066c0;
}
#passwordEmail main div:last-child a:hover, #passwordEmail main div:last-child a:focus,
#passwordReset main div:last-child a:hover,
#passwordReset main div:last-child a:focus {
  color: #00558c;
  text-decoration: underline;
}
#passwordEmail main hr,
#passwordReset main hr {
  margin: 0.5rem 0;
  border-color: #888;
}
#passwordEmail main footer,
#passwordReset main footer {
  text-align: center;
  font-size: 11px;
  padding-top: 12px;
  color: #6c6c6c;
}