.elementor-40269 .elementor-element.elementor-element-7e0b44c{margin-top:-40px;margin-bottom:0px;}.elementor-40269 .elementor-element.elementor-element-5c9c1c7 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(min-width:768px){.elementor-40269 .elementor-element.elementor-element-57baac4{width:20%;}.elementor-40269 .elementor-element.elementor-element-3f6c1b4{width:59.332%;}.elementor-40269 .elementor-element.elementor-element-0090b5f{width:20%;}}@media(max-width:1024px){.elementor-40269 .elementor-element.elementor-element-7e0b44c{margin-top:-20px;margin-bottom:0px;}}@media(max-width:767px){.elementor-40269 .elementor-element.elementor-element-7e0b44c{margin-top:0px;margin-bottom:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-5c9c1c7 *//* === Password Reset Container === */
#password-lost-form-wrap {
  max-width: 460px;
  margin: 40px auto;
  padding: 28px 32px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  font-family: 'ABeeZee', sans-serif;
}

/* === Fieldset === */
#password-lost-form-wrap fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* === Legend Heading === */
#password-lost-form-wrap legend {
  font-size: 22px;
  font-weight: 700;
  color: #333c8d;
  margin-bottom: 18px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 8px;
  display: block;
}

/* === Instruction Text === */
#password-lost-form-wrap .somfrp-lost-pass-form-text p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* === Form Label === */
#password-lost-form-wrap label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}

/* === Input Fields === */
#password-lost-form-wrap input[type="password"],
#password-lost-form-wrap input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fdfdfd;
  transition: border-color 0.3s ease;
  margin-bottom: 16px;
}

#password-lost-form-wrap input[type="password"]:focus,
#password-lost-form-wrap input[type="text"]:focus {
  border-color: #333c8d;
  outline: none;
  background: #fff;
}

/* === Disblock Utility (if needed by plugin) === */
#password-lost-form-wrap .disblock {
  display: block;
  width: 100%;
}

/* === Submit Section === */
#password-lost-form-wrap .lostpassword-submit {
  margin-top: 24px;
  text-align: center;
}

/* === Submit Button === */
#password-lost-form-wrap button.button.big-btn {
  padding: 12px 24px;
  background-color: #333c8d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

#password-lost-form-wrap button.button.big-btn:hover {
  background-color: #222a7d;
}

/* === Responsive Mobile Styles === */
@media (max-width: 480px) {
  #password-lost-form-wrap {
    padding: 20px;
  }

  #password-lost-form-wrap legend {
    font-size: 20px;
  }

  #password-lost-form-wrap button.button.big-btn {
    width: 100%;
  }
}/* End custom CSS */