/*
body.login {
    background-image: url('bkg-login.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
*/

body.login {
    background: #fff;
}

.login h1 a {
    background: url('logo64.png') center center no-repeat;
    background-size: contain;
    width: 200px;
    height: 96px;
}

p#nav {
  text-align: center;
    color: #000;
}

p#backtoblog {
  display: none;
}


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

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

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


.login .button-primary {
    width: 120px;
    float: right;
    background-color: #000 !important;
    color: #ffffff;
    text-transform: uppercase;
    font-size: .75rem;
    border-radius: 0;
    border: 0 !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    
}

.login .button-primary:active,
.login .button-primary:hover {
    background: #000 !important;
    border: 0 !important;
    text-shadow: none !important;
    color: #fff !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

