body[class^="password-"] {
  color: #fff !important;
  background-color: #252A3E;
  padding-top: 15vh;
}
body[class^="password-"] input {
  margin-bottom: 18px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 2px;
  color: #000
}
body[class^="password-"] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.registration-image {
  display: block;
  margin: 0 auto 60px;
  width: 240px;
  max-width: 100%;
  height: auto;
}
.registration-container {
  max-width: 320px;
  text-align: center;
}
.registration-actions__h1 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
}
.password-reset-done-page__btn {
  margin-top: 40px;
}
.password-reset-confirm-page__text {
  margin-bottom: 30px;
}
.password-change-page__btn,
.password-change-done-page__btn,
.password-reset-complete-page__btn,
.password-reset-confirm-page__btn {
  margin-top: 30px;
}

/*# sourceMappingURL=registration.css.map */
