.password-change-page .password-change-form {
  width: 100%;
  max-width: 680px;
  margin: 16px auto 0;
  padding: 20px 18px 24px;
}
.password-change-page .password-change-field {
  margin-bottom: 18px;
}
.password-change-page .password-change-label {
  display: block;
  margin-bottom: 9px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.password-change-page .password-change-input {
  display: block;
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #e9e9ec;
  border-radius: 8px;
  background: #f7f7f8;
  color: #28282b;
  font-size: 15px;
  line-height: normal;
}
.password-change-page .password-change-input:focus {
  border-color: #777;
}
.password-change-page .password-change-input::placeholder {
  color: #98989c;
}
.password-change-page .password-change-account {
  color: #666;
}
.password-change-page .password-change-submit {
  height: 44px;
  margin-top: 26px;
  font-size: 15px;
}
.password-change-page .password-change-submit:disabled {
  cursor: default;
  opacity: .6;
}
.password-change-page .password-change-retry {
  margin: 0 0 18px;
}
.password-change-page .password-change-message {
  margin: 2px 0 0;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.password-change-page .password-change-message-error {
  color: #b42318;
  background: #fff0ee;
}
.password-change-page .password-change-message-success {
  color: #23733b;
  background: #edf8f0;
}
