/* Estilos para el logo en la página de inicio de sesión y registro */

body.login div#login h1 a, body.register div#login h1 a {
    background: url(https://kiaramateriales.com/wp-content/uploads/2025/02/LOGIN-LOGO-KIARA-v3-1.png) no-repeat center top;
    margin-bottom: -20%;
    width: 100%;
    background-size: 225px;
    height: 120px;
    background-position: center center;
	
	

	
}

/*ESTILOS PARA DISPOSITIVOS MOBILES*/
@media (max-width: 768px) {
/* Estilos para el logo en la página de inicio de sesión y registro */
body.login div#login h1 a, body.register div#login h1 a {
    background: url(https://kiaramateriales.com/wp-content/uploads/2025/02/LOGIN-LOGO-KIARA-v3-1.png) no-repeat center top;
   width: 450px;
    height: 200px;
    background-size: contain;
    margin-bottom: -120px;
	margin-top: -45px;
	margin-left:-17%;
	
}
}