.elementor-185 .elementor-element.elementor-element-585f5e2{--display:flex;}.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-185 .elementor-element.elementor-element-aac0c57 .elementor-heading-title{color:#FFFFFF;}/* Start custom CSS for heading, class: .elementor-element-aac0c57 *//* CONTENEDOR DEL FORM LOGIN (mismo estilo que registro) */
.mm-registro-form {
  max-width: 420px;
  margin: 0 auto;
  padding: 24px 24px 28px;
  background: #111111;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Campos */
.mm-field {
  margin-bottom: 14px;
}

.mm-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #f5f5f5;
}

.mm-field input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #333333;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.mm-field input::placeholder {
  color: #777777;
}

.mm-field input:focus {
  outline: none;
  border-color: #7c5cff;
  box-shadow: 0 0 0 1px #7c5cff33;
  background: #121212;
}

/* Asterisco obligatorio */
.mm-required {
  color: #ff6b6b;
  font-weight: 600;
  margin-left: 2px;
}

/* Checkbox recordar */
.mm-field-terms {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mm-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #f5f5f5;
}

.mm-checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* Botón */
.mm-btn {
  width: 100%;
  margin-top: 8px;
  padding: 11px 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #7c5cff, #2dd4bf);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.mm-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  opacity: 0.96;
}

.mm-btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

/* Mensajes de error (mismo estilo que registro) */
.mm-registro-errores {
  margin-bottom: 16px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #2a0b0b;
  border: 1px solid #ff4d4f;
  color: #ffd7d7;
  font-size: 13px;
}

.mm-registro-errores p {
  margin: 0 0 4px;
}

.mm-registro-errores p:last-child {
  margin-bottom: 0;
}

/* Enlaces "Olvidaste tu contraseña / Crear cuenta" */
.mm-login-form {
  margin-top: 0;
}

.mm-login-links {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
}

.mm-login-links a {
  color: #9ca3ff;
  text-decoration: none;
}

.mm-login-links a:hover {
  text-decoration: underline;
}

.mm-login-links span {
  margin: 0 6px;
  color: #777777;
}

/* Responsive */
@media (max-width: 480px) {
  .mm-registro-form {
    margin: 0 12px;
    padding: 20px 18px 24px;
  }
}/* End custom CSS */