.sblue_bg
{
    background-image    : url('/img/lmbg.jpg');
    background-repeat   : no-repeat;
    background-position : center center;
    background-size     : cover;
}
.logonli
{
    /*background: rgb(6, 36, 96);*/
    /*padding: 10px;*/
    border-radius: 5px;
    background-image    : url('/img/logo.png');
    /*width: 400px;*/
    width: 100%;
    height: 110px;
    background-repeat   : no-repeat;
    background-position : center center;
    background-size     : contain;
}
.logonliDiv
{
	padding: 10px;
}