.login h1 a {
    display: block;
    background-image: url('https://discapacidadargentina.com.ar/wp-content/uploads/2023/01/Logo-discapacidad-Argentina-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 210px;
    height: 90px;
    position: relative;
    text-indent: -9999px; /* Oculta texto */
    overflow: hidden;
    pointer-events: none; /* Desactiva el enlace */
}

.login h1 a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
}

body.login {
	background: #000;
}

.login form {
	border: none;
	box-shadow: 1px 1px 13px -2px rgba(0, 0, 0, 0.3);
}
.login form .input, .login input[type=password], .login input[type=text] {
	border-radius: 0;
	background: #ebebeb;
	border: 1px solid #d9d9d9;
}
.wp-core-ui .button-primary {
	border-radius: 0;
	background: #6c1cff;
	border-color: #6c1cff;
}
.wp-core-ui .button-secondary {
	color: #000;
}
#nav, #backtoblog {
	text-align: center;
}
.login #backtoblog a, .login #nav a {
	color: #fff;
}