.elementor-5988 .elementor-element.elementor-element-5556e81{--display:flex;}/* Start custom CSS *//* ==============================
   パスワード再設定
============================== */

.forgot-password-box {
  max-width: 420px;
  margin: 80px auto;
  padding: 32px 24px;
  background: rgba(255,255,255,0.95);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.14);
  text-align: center;
}

.forgot-password-box h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.forgot-password-description {
  margin-bottom: 24px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

#resetEmail {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 18px;
}

#resetEmail:focus {
  outline: none;
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139,92,246,0.15);
}

#sendResetMailBtn {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: #8b5cf6;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

#sendResetMailBtn:hover {
  opacity: 0.9;
}

#sendResetMailBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#resetMailMessage {
  margin-top: 18px;
  min-height: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #d33;
}

/* ==============================
   スマホ
============================== */

@media (max-width: 768px) {

  .forgot-password-box {
    margin: 40px 16px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .forgot-password-box h2 {
    font-size: 24px;
  }

  .forgot-password-description {
    font-size: 13px;
  }

  #resetEmail {
    height: 50px;
    font-size: 16px;
  }

  #sendResetMailBtn {
    height: 50px;
    font-size: 14px;
  }

}/* End custom CSS */