/*
	Создайте пустой файл layout-override.css.orig, а в этом файле переопределяйте стили.	
*/

div.login-brand {
	
	margin-top: -38px;
	height: 60pt;
	width: 120px;
	/*background: url(../static/images/logo.png) no-repeat left;*/
	float: left;
}

div.navbar-brand {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 60pt;
    width: 120pt;
    /*background: url(../static/images/logo.png) no-repeat center;*/
	color: red !important;;
}

@media (min-width: 768px) {
       	div.navbar-brand {
    		position: absolute;
    		top: 12px;
    		left: 12px;
    		height: 60pt;
    	width: 120pt;
    	/*background: url(../static/images/logo.png) no-repeat center;*/
			color: red !important;;
	}
}

.content-header {
	color:red !important;
}
