/* Change background color and font family */
body {
  background: #f8fafa;
  font-family: Arial,Verdana,sans-serif;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(poweredLogo.png);
  width: 300px;
  height: 132px;
  background-size: 300px 132px;
}

/* Add a few changes to the color and style of form itself */
.login label {
  color: #0c71c3;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

.login form .input {
  font-weight: normal;
  background-color: #EFEFEF;
}

.wp-core-ui .button-primary {
  background: #0c71c3;
}

p#backtoblog {
  display: none;
}

p#nav {
  font-weight: bold;
  text-align: center;
}

