body.login.login-action-login {
	background: #17103e;
}

body.login #login h1 a {
	background: url('/wp-content/uploads/2021/10/logodavinci.png');
	height: 150px;
    width: 150px;
	background-repeat: no-repeat;
	background-size:cover;
}

body.login form {
	border-radius: 3px;
	padding: 27px 24px 77px;
	position: relative;
	height: 300px;
}

body.login label {
	color: #9b9ead;
	font-size: 13px;
}

body.login form .input,
body.login form input[type=checkbox],
body.login input[type=text] {
	background: #eff4f7;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	margin-bottom: 18px;
}

body.login form .forgetmenot label {
	font-size: 13px;
	line-height: 33px;
}

body.login form input#rememberme {
	background: #fff;
	width: 16px;
	min-width: 16px;
	height: 16px;
	border: 2px solid #e4e6eb;
	border-radius: 8px;
	vertical-align: sub;
	margin-bottom: 0;
	margin-right: 0
}

body.login form #wp-submit {
	background: #fbdf5e;
	border: none;
	box-shadow: 0 3px 0 #fbdf5e;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 900 !important;
	text-transform: uppercase;
	line-height: 38px !important;
	height: 35px !important;
	padding: 0 21px !important;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

body.login form #wp-submit:hover {
	box-shadow: 0 3px #215fb6 !important;
	color: #fff !important;
	background-color: #215fb6 !important;
}

.login #backtoblog a, .login #nav a {
	text-decoration: none;
	color: white !important;
	font-size: 13px;
}

body.login form:after{
	display: none;
}

body.login.login-action-login form:after {
	display: block;
	content: "PARA ACCEDER A TUS RUTINAS, SIMPLEMENTE VUELVE A INICIAR SESIÓN.";
    position: absolute;
    left: 27px;
    right: 27px;
    color: black;
    font-size: 21px;
    top: 310px;
}

#wp-auth-check-wrap #wp-auth-check {
	background-color: #2A2F43;
}
form#language-switcher {
    display: none;
}
p#backtoblog {
    display: none;
}