/*** THIS FILE SHOULD BE OVERWRITEN FOR EVERY KOHA IMPLEMENTATION ***/

@import url("keeps.css");

#login h1 {
	background: none !important;
	background: url("../../img/keeps/backoffice-logo.png") !important;
	height: 100px;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 10px !important;
    margin-top: 20px !important;
    background-repeat: no-repeat !important;
}


.banner {
	height: 120px;
}

.banner .floatLeft {
    background: url("../../img/keeps/backoffice-logo.png") no-repeat;
	height: 100px;
	margin-left: 50px;
    margin-top: 21px;
    width: 200px;
    background-repeat: no-repeat;;
}

#breadcrumbs {
	top: 160px;
}

