/* Change Width and Height of Logo Image + Add Custom Image File */
.login {
	background-color: white;
}
.login h1 a {
  background-image: url(../img/logo-login.jpg);
  width: 320px;
  height: 97px;
  background-size: cover;
}