.logo {
    line-height: 50px !important;
}
.logo::before{
    content: url('../../../statics/images/logo.jpg') !important;
    float:left;
    height:50px;
    margin-right: 10px;
}