body#login h1#hlogo {
    background-image: url(/img/admin/logo/logo.svg);
    width: 180px;
    height: 172px;
}
#hlogo{
    background-image: url(/img/admin/logo/logo.svg);
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
}
#logo_title {
    color:#a4a4a4;
    text-decoration: none;
    position: absolute;
    top: 15px;
}
.navbar-inner {
    height: 52px;
}
@media screen and (max-width: 991px) {
    body#login h1#hlogo {
        background-image: url(/img/admin/logo/logo.svg);
        background-size: 180px 172px;
    }
    .response #header #navwrap #hlogo{
        background-image: url(/img/admin/logo/logo.svg);
        height: 50px;
        width: 70px;
        background-repeat: no-repeat;
    }
}