.login {
  background: #fff url("img/login-bg.jpg") bottom right no-repeat;
  background-size: cover;
}

.login h1 {
  display: none;
}

.login form {
  margin-top: 150px;
}

#nav {
  margin: -30px 0 0 !important;
}

#backtoblog {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px !important;
  border-bottom-right-radius: 5px;
  margin: 0 !important;
}

#backtoblog a {
  color: #fff !important;
}
