/*
 Theme Name:   Mi Tema Hijo
 Template:     astra
 Description:  Tema hijo para personalizaciones
 Author:       Nachette GP
 Version:      1.0
*/

/* Importa los estilos del tema padre */
@import url("../astra/style.css");

/* CSS adicional */
.h1_home
{
    border: 0;
    font-style: inherit;
    outline: 0;
    vertical-align: baseline;
    clear: both;
    box-sizing: border-box;
    padding: 0;
    line-height: 1.2;
    font-weight: 400;
    font-size: 4.2666666666667rem;
    color: #2b2f38;
    margin: 0;
    font-family: "Montserrat", Sans-serif;
}

/*cambia el color al boton de mostrar contraseña*/
.show-password-input {
    position: relative;
    width: 40px;
    height: 30px;
    background-color: #ffffff; /* Fondo blanco */
    border-radius: 20px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Icono del ojo en color mostaza */
.show-password-input::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06e"; /* fa-eye */
    font-weight: 900;
    font-size: 16px;
    color: #DFAE40;
    line-height: 1;
}