.login h1 a {
  background: url(./assets/Prokure_Logo_Blue.svg) no-repeat center;
  background-size: contain;
  /* make sure to replace this! */
  width: 274px;
  height: 98px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}

#wp-submit {
    background: #00b8de;
    -webkit-appearance: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

#backtoblog {
    display: none;
}
