body.login {
  background: #f4ffde;
}
.login h1 a {
background-image: url('https://cursosrevitonline.es/wp-content/uploads/2018/12/new-logo-bimlearning.png');
padding-bottom: 5px;
background-size: 240px !important;
width: 240px;
height: 140px;
} 

.login form {
  background: #f4ffde !important;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}
.login #nav {
display: none;
}
.wp-core-ui .button-primary {
  background: #7fbc03;
  border-color: #7fbc03;
	width: 100% !important;
}

a, a:hover {
  color: #7fbc03;
}

.login #backtoblog a, .login #nav a {
display:none;
}

.login #backtoblog a:hover, .login #nav a:hover {
  text-decoration: underline;
  color: #7fbc03;
}

.login .button.wp-hide-pw .dashicons {
  color: #7fbc03;
}

input[type="checkbox"],
input[type="password"],
input[type="text"] {
  background: transparent !important;
}

input[type="checkbox"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  background: transparent;
  border-color: #7fbc03;
  box-shadow: 0 0 0 1px #7fbc03;
}

input[type="text"],
input[type="password"] {
  border-radius: 25px;
  padding: 0 15px !important;
}
#language-switcher, .login .privacy-policy-page-link, .login form .forgetmenot {
display: none;
}
.login .message, .login .notice, .login .success {
  border-left: 4px solid #7fbc03;
}

body.login form#loginform .input, body.login form#loginform input[type="text"], body.login form#loginform input[type="checkbox"] {
	background: transparent;
border-color:rgba(63, 63, 63, 0.1);
	border-radius: 2px;
	color: #191f25;
}
body.login form#loginform label {
	color: #424242;
}