/* 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('../includes/wp_login_logo.png');
  width: 147px;
  height: 60px;
  background-size: 147px 60px;
}

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

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

.login #backtoblog a, .login #nav a {
  color: #A96504;
}

.wp-core-ui .button-primary {
  background: #A96504;
}

/*
.wp-core-ui .button-primary:hover {
 background: #E0C22B;
}
*/

.SupportLink {
  text-align: center;
  margin-top: 1em;
}

.SupportLink a {
  color: #A96504;
  text-decoration: none;
}
