#login {
    background: #f1f1f1;
}

.login h1 a {
  background-size: 84px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #3c434a;
  height: 84px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  width: 84px;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
}


h1 a {
  background-image: url(/wp-content/themes/village-lake/images/logo.png) !important;
  width: 295px !important;
  height: 72px !important;
  background-size: 295px 98px !important;
}

#wp-submit {
    background: #f79500;
    color: #fff !important;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    box-shadow: none;

}

#login input[type="submit"]:hover {
    background: #555;
    color: #fff !important;
}

#login input:focus {
    border-color: #ec9869;
    box-shadow: 0 0 4px rgba(217,79,0,0.5);
}