/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Cambiar el color del botón de inicio de sesión del formulario Ultimate Member */
.um-form input.um-button {
    background-color: #0EB290 !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.um-form input.um-button:hover {
    background-color: #0B876E !important;
    color: #f4f4f4 !important;
}