body.login {
  background: #ffffff;
}
.login h1 a {
background-image: url('https://moreazaragoza.com/wp-content/uploads/logo-morea-zaragoza-arquitectura.jpg');
padding-bottom: 5px;
background-size: 240px !important;
width: 240px;
height: 140px;
} 

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

a, a:hover {
  color: #f96c06;
}

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

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

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

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: #f96c06;
  box-shadow: 0 0 0 1px #f96c06;
}

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 #f96c06;
}