/* Change background color and font family */
body {
  background-image: url(/wp-content/uploads/2017/07/NSBA-wordpress-login-header.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(/wp-content/uploads/2017/08/VenRez-logo-210.png);
  width: 210px;
  height: 59px;
  background-size: 210px 59px;
}

/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
}

.login form .input {
  font-weight: normal;
}

.wp-core-ui .button-primary, .wp-core-ui .button-primary:hover  {
  background: #1D3260;
}

p#nav {
  display: none;
}
