html {
  background: none;
}
body.login {
  background: #e7ebef;
}
body.login div#login h1 a {
  background-image: url("../images/rest.png") !important;
  background-size: contain !important;
  background-position: center center !important;
  height: 93px !important;
  width: auto !important;
}
#login {
  padding: 5% 0px 0px;
}
body.login #nav,
body.login #backtoblog {
  display: none;
}
