body {
  /*background: #f8fafa;*/
  background: url(north-gate-hall-night.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* change default WP logo  */
#login h1 a, .login h1 a {
    background-image: url(site-icon.png);
	height:80px;
	width:80px;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

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

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

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