/*Diseño custom del login by Zero Azul*/



.login #nav {
    text-align: center !important;
}

.login #nav a {
    color: #ffffff !important;
}

.privacy-policy-page-link a {
    color: #ffffff !important;
}

body.login {
    background-color: #ffffff;
}

#login p.message {
  background: #f1f1f1;
  border: navajowhite;
  border-radius: 10px;
}

div#login_error {
  display: none;
}

.login h1 a:first-child {
  display: none;
  
    width: 145px !important;
    height: 145px;
}


.login #loginform {
  /* background-size: cover; */
  border: none;
  background-color: #ffffff00;
  width: 85%;
  height: 200px;
  box-shadow: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.login #loginform p {
  display: none;
}

.login #loginform div {
  display: none;
}

.login #loginform input {
  display: none;
}

p#nav {
display: none;
}

.privacy-policy-page-link {
  display: none;
}

form#lostpasswordform {
  border-radius: 10px;
  box-shadow: 0px 0px 10px #4e4e4e;
}

input#wp-submit {
  width: 100%;
}

.login label {
  font-size: 12px;
  color: #555555;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login .button-primary {
  width: 120px;
  float:right;
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#17a8e3));
  background: -webkit-linear-gradient(top, #17a8e3, #17a8e3);
  background: -moz-linear-gradient(top, #17a8e3, #17a8e3);
  background: -ms-linear-gradient(top, #17a8e3, #17a8e3);
  background: -o-linear-gradient(top, #17a8e3, #17a8e3);
  background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:hover {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#0d9ed9 ));
  background: -webkit-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -moz-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -ms-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -o-linear-gradient(top, #17a8e3, #0d9ed9 );
  background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:active {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#17a8e3));
  background: -webkit-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
  background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}

p#backtoblog {
  display: none;
}

.language-switcher {
  display: none !important;
}