.elementor-262 .elementor-element.elementor-element-24d86085{--display:flex;overflow:visible;}/* Start custom CSS *//* Ajustar el título para que esté alineado con el formulario */
.mphb-account-content h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px; /* Espacio entre el título y el formulario */
}


/* Estilos generales del formulario */
.mphb-login-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    
}

/* Campos de entrada */
.mphb-login-form input.input {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Checkbox de "Recuérdame" */
.login-remember label {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Botón de enviar */
.mphb-login-form input.button-primary {
    width: 100%;
    background-color: #ff4d4d;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.mphb-login-form input.button-primary:hover {
    background-color: #e63e3e;
}

/* Enlace de "Has perdido tu contraseña?" */
.mphb-login-form a {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.mphb-login-form a:hover {
    color: #ff4d4d;
}/* End custom CSS */