/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(LQ-logo-600w.png)!important;
  width: 300px;
  height: 154px;
  background-size: 300px 154px;
}

#password-protected-logo {
width: 250px;
height: 128px;
}


#password-protected-logo a {
width: 250px;
height: 128px;
background-size: 250px;
}


/* Log In button */

#wp-submit {
	background-color: #7bb1be;
}