/*Theme Name: 	login.css*/
body.login {
  background-color: #f0f0f0;
  background-size: cover;
  background-position: 50% 50%;
}

#login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  padding: 100px 0 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#login a {
  color: #333;
}
#login a:hover {
  color: #C12E2E;
}
#login h1,
#login h1 a {
  display: none;
}
#login label {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}
#login form {
  color: #333;
  background-color: #ddd;
  border: 2px solid #fff;
  border-radius: 0;
  font-weight: normal;
  margin-top: 5px;
  padding: 20px 40px 10px 40px;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
#login form .input {
  color: #004A72;
  background: #f9f9f9;
  font-weight: 500;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 3px;
  margin: 5px 0;
  border-radius: 0px;
  outline: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* Opera */
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#login form .input:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

input[type=checkbox]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  border: 1px solid #C12E2E;
  -webkit-box-shadow: 0 0 2px #C12E2E;
          box-shadow: 0 0 2px #C12E2E;
}

#wp-submit {
  color: #fff;
  background: #C12E2E;
  border: 1px solid #A11B1A;
  font-size: 18px;
  width: 100%;
  display: block;
  margin: 20px 0 10px 0;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#wp-submit:hover {
  color: #fff;
  background: #A11B1A;
}
#wp-submit:active {
  position: relative;
  top: 1px;
}

/*#login form:hover { transform: scale(1.1); transition: all 1s ease-in-out 0s; } */
#backtoblog {
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  z-index: 175;
  padding: 0 !important;
  margin: 0;
}
#backtoblog a {
  margin: auto !important;
  display: block;
  text-indent: -9999px;
  border-bottom: 0;
  position: relative;
  background: url(../img/logo-pltv.png) 50% 50% no-repeat;
  background-size: contain;
  height: 90px;
  background-size: contain;
}

#nav {
  display: none;
}

.updated, .login .message {
  display: none !important;
}

.login #login_error {
  position: absolute;
  bottom: 0;
  width: 352px;
}

@media only screen and (max-width: 760px) {
  #login {
    margin-top: 0;
    width: 320px;
  }
  #login form {
    padding: 10px;
  }
}