.elementor-2124 .elementor-element.elementor-element-96c475d{--display:flex;--min-height:95vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2124 .elementor-element.elementor-element-fc723bb{--display:flex;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#7C7C7C;--border-color:#7C7C7C;--border-radius:30px 30px 30px 30px;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:45px;--padding-bottom:-10px;--padding-left:45px;--padding-right:45px;}.elementor-2124 .elementor-element.elementor-element-fc723bb:not(.elementor-motion-effects-element-type-background), .elementor-2124 .elementor-element.elementor-element-fc723bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body.elementor-page-2124:not(.elementor-motion-effects-element-type-background), body.elementor-page-2124 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center center, #277BFF 0%, #000000 84%);}@media(max-width:767px){.elementor-2124 .elementor-element.elementor-element-96c475d{--content-width:90%;--min-height:100vh;--justify-content:center;}.elementor-2124 .elementor-element.elementor-element-fc723bb{--padding-top:30px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-2124 .elementor-element.elementor-element-4c3b6f64{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;}}@media(min-width:768px){.elementor-2124 .elementor-element.elementor-element-96c475d{--content-width:40%;}.elementor-2124 .elementor-element.elementor-element-fc723bb{--content-width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2124 .elementor-element.elementor-element-96c475d{--content-width:75%;}}/* Start custom CSS for shortcode, class: .elementor-element-4c3b6f64 *//* 🌟 EducateAhora — Password Recovery Styling */
.wpum-password-recovery-form {
  background: transparent;
  font-family: 'Inter', sans-serif;
  color: #fff;
  padding: 20px 0;
}

/* Intro Text */
.wpum-password-recovery-form p {
  color: #000;
  font-size: 14.5px;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* Label Styling */
.wpum-password-recovery-form label {
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px ¡important;
  padding: 10px 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

/* Input Field */
.wpum-password-recovery-form input[type="text"] {
  background-color: #ffffff;
  color: #000000;
  border: 1;
  border-radius: 14px;
  padding: 14px 18px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.wpum-password-recovery-form input[type="text"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(243, 231, 0, 0.3);
  transform: scale(1.01);
}

/* Submit Button */
.wpum-password-recovery-form input[type="submit"].button {
  background-color: #F3E700 !important;
  color: #000000 !important;
  border: none;
  border-radius: 28px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.wpum-password-recovery-form input[type="submit"].button:hover {
  background-color: #e6d900 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

/* Bottom Links (Login / Signup) */
.wpum-action-links {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  font-size: 14px;
}

.wpum-action-links li {
  margin-bottom: 10px;
  color: #ffffff;
}

.wpum-action-links a {
  display: none;
}

.wpum-action-links a:hover {
  color: #ffffff;
  text-decoration: none;
}/* End custom CSS */