@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular-after.woff") format("woff"), url("../font/NotoSansJP-Regular-after.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Black-after.woff") format("woff"), url("../font/NotoSansJP-Black-after.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold-after.woff") format("woff"), url("../font/NotoSansJP-Bold-after.eot") format("eot");
  font-display: swap;
}
.password-wrap {
  width: 100%;
  margin: 50px auto 0;
}
.password-wrap h2 {
  margin-bottom: 25px;
  font-size: 2.8rem;
  text-align: center;
}

.um-password {
  max-width: 650px !important;
  margin: auto;
  padding: 5% 6.5%;
  border-radius: 20px;
  border: 3px solid;
}/*# sourceMappingURL=password-reset.css.map */