body.login {
  background-image: url('home-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #000;
}


.login h1 a {
  background-image: url('login-logo.png');
}

.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:#fcbf0f !important;
  color: #ffffff;
  border: none;
  text-shadow: none!important;
  box-shadow: none!important;
  height: 40px!important;
	line-height: 40px!important;
	font-weight: 700!important;
    font-size: 17px!important;
}

.login .button-primary:hover {
  width: 120px;
  float:right;
  background: #000 !important;
  color: #ffffff;
  border: none;
}

.login .button-primary:active {
  width: 120px;
  float:right;
  background:#fcbf0f !important;
  color: #ffffff;
  border: none;
}

.login #backtoblog a, .login #nav a {
	color: #fff!important;
}