.elementor-5994 .elementor-element.elementor-element-03849f7{--display:flex;}/* Start custom CSS */.reset-password-box {
  max-width: 420px;
  margin: 80px auto;
  padding: 32px 24px;
  background: rgba(255,255,255,0.95);
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  text-align: center;
}

.reset-password-box h2 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.reset-password-description {
  margin-bottom: 24px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.reset-password-box input {
  width: 100%;
  height: 52px;
  margin-bottom: 14px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.reset-password-box input:focus {
  outline: none;
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139,92,246,0.15);
}

.password-rule {
  margin: 8px 0 20px;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

#resetPasswordBtn {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: #8b5cf6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

#resetPasswordBtn:hover {
  transform: translateY(-1px);
}

#resetPasswordBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

#resetPasswordMessage {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #d33;
  min-height: 24px;
}

@media (max-width: 768px) {

  .reset-password-box {
    margin: 40px 16px;
    padding: 24px 20px;
  }

  .reset-password-box h2 {
    font-size: 24px;
  }

}
.password-field {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}

.password-field input {
  width: 100%;
  padding-right: 52px;
  margin-bottom: 0;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.toggle-password:hover {
  background: transparent;
  transform: translateY(-50%);
}

.toggle-password:focus {
  outline: none;
}/* End custom CSS */