body#login h1#hlogo {
    background-image: url(/img/admin/logo/logo.svg);
    width: 185px;
    height: 170px;
}
#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: 190px 170px;
    }
    .response #header #navwrap #hlogo{
        background-image: url(/img/admin/logo/logo.svg);
        height: 44px;
        width: 60px;
        background-repeat: no-repeat;
    }
    .navbar-inner {
        height: 45px;
    }
}