@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Font sizes
==================== */
/**
 * Font Families
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.password-reset__form {
  display: flex;
  gap: 2.2222222222vw;
  flex-direction: column;
  width: 100%;
  max-width: 34.7222222222vw;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .password-reset__form {
    gap: 8.2051282051vw;
    max-width: 100%;
  }
}
.password-reset__form.-mw-100 {
  max-width: 100%;
}
.password-reset__label {
  display: flex;
  gap: 0.6944444444vw;
  align-items: center;
  color: var(--clr-label-black);
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 1020px) {
  .password-reset__label {
    gap: 2.5641025641vw;
    font-size: 3.8461538462vw;
    flex-wrap: wrap;
  }
}
.password-reset__input {
  color: var(--clr-label-black);
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 100%;
  padding: 1.1111111111vw;
  border: 1px solid var(--clr-bg-white-border);
  width: 100%;
}
.password-reset__input::placeholder {
  color: var(--clr-disabled-gray);
}
@media (max-width: 1020px) {
  .password-reset__input {
    font-size: 4.1025641026vw;
    padding: 4.1025641026vw;
  }
}
.password-reset__input.-mw-412 {
  max-width: 28.6111111111vw;
}
@media (max-width: 1020px) {
  .password-reset__input.-mw-412 {
    max-width: 100%;
  }
}
.password-reset__to-top {
  width: 100%;
  color: var(--clr-base-white);
  background-color: var(--clr-main-black);
  padding: 1.3888888889vw 0.8333333333vw;
  border: 1px solid transparent;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1020px) {
  .password-reset__to-top {
    padding: 5.1282051282vw 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 1021px) {
  .password-reset__to-top:hover {
    color: var(--clr-main-black);
    border-color: var(--clr-main-black);
  }
}
.password-reset__to-top.-mw-480 {
  max-width: 33.3333333333vw;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .password-reset__to-top.-mw-480 {
    max-width: 100%;
  }
}

/*# sourceMappingURL=password-reset.css.map */
