/*
Theme Name:   Hello Elementor Child
Theme URI:    
Description:  Hello Elementor Child Theme
Author:       John Doe
Author URI:   
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  Hello Elementor
*/
/*
<style type="text/css">
*/
.login #backtoblog {
    display: none;
}

.login #nav {
    display: none;
}

.login #language-switcher {
    display: none;
}

.login input[type=checkbox] {
    display: none;
}

.login .forgetmenot {
    display: none;
}

element.style {
    display: none;
}

.login #your-profile label+a,
label {
    display: none;
}

#login h1 a,
.login h1 a {
    background-image: url('http://factutic.intercoopconsultoria.com/wp-content/uploads/2025/02/factutic_2_2025.png');
    margin-bottom: 0;
    background-size: 300px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

body.login {
    background-image: url('http://factutic.intercoopconsultoria.com/wp-content/uploads/2023/10/contador-trabajando-inversion-financiera-calculadora-calcular-analizar-crecimiento-comercial-marketing-scaled.jpg');
    background-size: cover;
    /* Ajustar la imagen al tamaño de la pantalla */
    background-repeat: no-repeat;
    /* Evitar la repetición de la imagen */
}

#login #user_login,
#login #user_pass {
    background-color: #fff;
    /* Cambiar el color de fondo */
    border-radius: 30px;
    /* Cambiar el radio */
    font: 14px Verdana, sans-serif;
    font-size-adjust: 0.58;
    padding: 10px 20px;
}

#loginform {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px 30px;
    border: 0px;
    box-shadow: 0px 0px 6px -3px #808080;
}

.wp-cancel-pw>.dashicons,
.wp-hide-pw>.dashicons {
    position: sticky;
}

.wp-core-ui .button.button-large,
.wp-core-ui .button.button-small,
a.preview,
input#publish,
input#save-post {

    background: #808080;
    border-radius: 30px;
    /* Cambiar el radio */
    border: 0px;
    background-color: #1f53c5;
    float: none;
    margin: auto;
    display: block;

}

/*
</style>
*/