body.login {
  background-image: url('lock_tiwebpro.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.login h1 a {
  background-image: url('tes.jpg');
}
.login label {
  font-size: 12px;
  color: #555555;
}

.login input[type="text"]{
  background-color: #f3f3f3;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #f3f3f3;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}
.login .button-primary {
  width: 120px;
  float:right;
  background-color:#000000 !important;
}

.login .button-primary:hover {
  background-color:#828282 !important;
}

.login .button-primary:active {
  background-color:#934b28 !important;
}
p#nav {
  display: none;
}
p#backtoblog {
  display: none;
}

