@font-face {
  font-family: "Gotham Book";
  font-weight: 400;
  src: url("gotham-book-webfont.woff2") format("woff2"),
       url("gotham-book-webfont.woff") format("woff");
}

@font-face {
  font-family: "Gotham Book";
  font-weight: 700;
  src: url("gotham-book-webfont.woff2") format("woff2"),
       url("gotham-book-webfont.woff") format("woff");
}
/* Change background image and font family */
body {
  background-image: url(https://static.pawpawproject.com/bg-wp-admin.jpg);
  font-family: "Gotham Book";
}
.login .privacy-policy-page-link {
    display: none;   
}
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(../images/logo-admin.png);
  /*width: 213px;*/
  /*height: 97px;*/
  /*background-size: 213px 97px;*/
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 #toplevel_page_thb-product-registration {
    display: none!important;
}
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #ffffff;
}
 
.wp-core-ui .button-primary {
  background: #292962;
}