body.login {
  background: #404040;
}

body.login:after {
  content: '';
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#login {    
  z-index: 10;
  position: relative;
  width: 400px;
}

.login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 20px;
  font-weight: 400;
  overflow: hidden;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 5px;
  color: #fff;
}

.login form .input:active, .login form .input:hover, .login form input[type=checkbox]:active, .login form input[type=checkbox]:hover, .login input[type=text]:active, , .login input[type=text]:hover {
  border: 1px solid #3498DB !important;
}

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

#nav, #backtoblog {
  text-align: center;
}

.login h1 {
  visibility: hidden;
}