
body.login {
  background-image: url('login_bkgd.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

}


.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-color:#B80007 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#B80007), to(#B80007));
  background: -webkit-linear-gradient(top, #B80007, #B80007);
  background: -moz-linear-gradient(top, #B80007, #B80007);
  background: -ms-linear-gradient(top, #B80007, #B80007);
  background: -o-linear-gradient(top, #B80007, #B80007);
  background-image: -ms-linear-gradient(top, #B80007 0%, #B80007 100%);
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #D82629;
  text-shadow: none;
  -webkit-box-shadow: 0 1px 0 #670004;
  box-shadow: 0 1px 0 #670004;
}

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

.login .button-primary:active {
  background-color:#B80007 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#D82629), to(#B80007));
  background: -webkit-linear-gradient(top, #D82629, #B80007);
  background: -moz-linear-gradient(top, #D82629, #B80007);
  background: -ms-linear-gradient(top, #D82629, #B80007);
  background: -o-linear-gradient(top, #D82629, #B80007);
  background-image: -ms-linear-gradient(top, #D82629 0%, #B80007 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #D82629;
  -webkit-box-shadow: inset 0 2px 0 #670004;
  box-shadow: inset 0 2px 0 #670004;

}

.login .button-primary:focus {
  background-color:#B80007 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#D82629), to(#B80007));
  background: -webkit-linear-gradient(top, #D82629, #B80007);
  background: -moz-linear-gradient(top, #D82629, #B80007);
  background: -ms-linear-gradient(top, #D82629, #B80007);
  background: -o-linear-gradient(top, #D82629, #B80007);
  background-image: -ms-linear-gradient(top, #D82629 0%, #B80007 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #D82629;
  -webkit-box-shadow: 0 1px 0 #670004, 0 0 2px 1px #D82629;
  box-shadow: 0 1px 0 #670004, 0 0 2px 1px #D82629;
}


.login form{
  padding: 26px 24px 16px;
  -webkit-border-radius: 15px 15px 0px 0px;
}

.login #nav {
  margin: 0px;
}

p#nav {
  background-color:#ffffff !important;
  margin: 0;
  padding: 15px 25px;
  text-align: center;
  -webkit-border-radius: 0px 0px 15px 15px;
  border: 0px solid #D82629;
}



p#backtoblog {
  display: none;
}

