/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(https://www.mariazell.at/wp-content/themes/mariazell17/assets/images/giwe.png);
  width: 297px;
  height: 160px;
  background-size: 297px 160px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #0060AA;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #0060AA;
}
 
.wp-core-ui .button-primary {
  background: #1378A8;
}