.login h1 a {
 background-image: none, url("../img/logo.png");
 background-position: center top;
 background-repeat: no-repeat;
 background-size: 220px auto;
 display: block;
 font-size: 20px;
 line-height: 1.3em;
 margin: 0 auto;
 outline: 0 none;
 padding: 0;
 text-indent: -9999px;
 width: 220px;
 height: 50px;
}

.login h1::after {
  content: "Members Site";
  font-weight: normal;
  font-size: 16px;
}

body, html {
 background: #fff none repeat scroll 0 0;
}

#backtoblog{
  display: none;
}