a {
	color: #161616
}
body.login:after {
    content: "";
    background: #00000073;
    position: absolute;
    width: 100%;
    height: 100%;
}
.login h1 {
	background: url(/wp-content/uploads/2025/07/Anagrama_redondo.png) no-repeat center;
    background-size: contain;
	margin-bottom: 1rem;
	margin-top: 0;
	margin: 0 auto;
	max-width: 90px;
}
form#loginform:before {
    content: "Consejo Económico y Social de la Región de Murcia";
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.login h1 a {
	visibility: hidden;
}
body.login {
	display: flex;
    align-items: center;
    justify-content: center;
	background: url(/wp-content/uploads/2023/04/20251105_104452-scaled.jpg);
    background-position: center;
    background-size: cover;
}
#login:before {
	content: "";
    background: url(/wp-content/uploads/2025/07/ces-perfil-top-2-scaled.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 55px;
    top: 2px;
    left: 0;
}
#loginform #wp-submit {
	width: 100%;
	margin-top: 15px;
	min-height: 40px;
}
.login #login_error, .login .message, .login .success {
    border-left: 4px solid #ffd100;
}
#login {
	background: #ffffffde;
    width: 400px;
    padding: 0;
    height: auto;
    padding: 50px 50px 0 50px;
    margin: 0 auto;
	display: flex;
    justify-content: center;
    flex-direction: column;
	position: relative;
    z-index: 9;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.login form {
	border: none;
	box-shadow: none;
	background: transparent;
	margin-top: 0;
	padding: 0;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
}
.login #backtoblog, .login #nav {
	padding: 0;
}
.login input[type=password], .login input[type=text] {
	background: #fff;
	color: #161616;
	font-size: 14px;
}
#loginform #wp-submit {
	background: #dd1d26;
	width: 100%;
	margin-top: 15px;
	min-height: 40px;
	border-color: #dd1d26;
    box-shadow: none;
	text-shadow: none;
}
.language-switcher {
	display: none;
}
.dashicons-visibility:before {
    color: #dd1d26;
}

@media only screen and (max-width: 900px) {
	#login {
		width: calc(100% - 40px);
		background: #004b8d94;
		height: calc(100% - 40px);
		padding: 20px;
		border-left: none;
		margin: 0;
		text-align: center;
	}
	div#login:after {
		display: none;
	}
	.login form {
		background: transparent;
		color: #fff;
	}
	.login h1 {
		background: url(/wp-content/uploads/2023/07/logo_w.png) no-repeat center;
		background-size: contain;
	}
	.login input[type=password], .login input[type=text] {
		border: none;
		background: #fff;
		color: #004b8d;
	}
	#loginform #wp-submit {
		background: #5b8caa;
		border-color: #5b8caa;	
	}
	.login #backtoblog a, .login #nav a {
		text-decoration: none;
		color: #fff;
	}
}
