.elementor-779 .elementor-element.elementor-element-781cdf5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-779 .elementor-element.elementor-element-781cdf5:not(.elementor-motion-effects-element-type-background), .elementor-779 .elementor-element.elementor-element-781cdf5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B7FC5;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-779 .elementor-element.elementor-element-d546237{text-align:center;}.elementor-779 .elementor-element.elementor-element-d546237 .elementor-heading-title{font-family:"Heebo", Sans-serif;font-size:46px;font-weight:700;letter-spacing:-0.5px;color:#FFFFFF;}.elementor-779 .elementor-element.elementor-element-25de104{--display:flex;}.elementor-779 .elementor-element.elementor-element-2b1bb6e > .elementor-widget-container{padding:40px 50px 40px 50px;}.elementor-779 .elementor-element.elementor-element-2b1bb6e.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-779 .elementor-element.elementor-element-781cdf5{--content-width:550px;}}/* Start custom CSS for container, class: .elementor-element-25de104 *//* === CONTENEDOR GENERAL === */
#user-registration {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
  padding: 40px 50px;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
}

/* === ETIQUETAS === */
#user-registration label {
  color: #0E0E0E;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
}

/* === CAMPOS INPUT === */
#user-registration input[type="text"],
#user-registration input[type="email"],
#user-registration input[type="password"] {
  width: 100%;
  background: #f8f9fa;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 15px;
  transition: all 0.3s ease;
}

#user-registration input:focus {
  border-color: #0095E5;
  box-shadow: 0 0 0 3px rgba(0, 149, 229, 0.15);
  outline: none;
}

/* === CHECKBOX === */
#user-registration input[type="checkbox"] {
  accent-color: #0095E5;
}

/* === CONTENEDOR: RECORDARME + OLVIDASTE CONTRASEÑA === */
#user-registration .user-registration-before-login-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

/* Ajuste del texto "¿Olvidaste tu contraseña?" */
#user-registration .user-registration-LostPassword {
  text-align: right;
  flex: 1;
}

#user-registration .user-registration-LostPassword a {
  white-space: nowrap;
}

/* === BOTÓN PRINCIPAL === */
#user-registration .ur-submit-button {
  background-color: #0095E5 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 12px 36px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  box-shadow: 0 3px 10px rgba(0, 149, 229, 0.25);
  display: block;
  margin: 25px auto 0;
}

#user-registration .ur-submit-button:hover {
  background-color: #0E5727 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(14, 87, 39, 0.35);
}

/* === ENLACES (Olvidaste / Registrate) === */
#user-registration a {
  color: #0095E5 !important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

#user-registration a:hover {
  color: #0E0E0E !important;
}

/* === SECCIÓN “¿AÚN NO TENÉS CUENTA?” === */
#user-registration .user-registration-register {
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  #user-registration {
    padding: 25px 20px;
    max-width: 100%;
  }

  #user-registration .ur-submit-button {
    width: 100% !important;
  }

  #user-registration .user-registration-before-login-btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #user-registration .user-registration-LostPassword {
    text-align: left;
  }
}/* End custom CSS */