/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
    background-image: url(logo.png);
    width: 61px;
    height: 64px;
    background-size: 61px 64px;
}