.login h1 a {
	background-image: url('images/kf-logo.png');
	background-image: url(('images/kf-logo.png');
    background-image: none,url('images/kf-logo.png');
    -webkit-background-size: 300px;
    background-size: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 119px;
	width: 300px;
}