/**************************** LOGO ****************************/
.logo_img {
    width: 100%;
    height: 100%;
    padding: 5px;
    max-width: 420px;
}

.logo_b {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    background-size: cover;
    float: left;
    background-image: url("/images/logo_htmetr.svg");
    top: -30px;
}

.login-header {
    background-color: transparent;
}

.login-header .logo_b {
    width: 304px;
    height: 140px;
    margin: 8px 0 0 7px;
    background-size: cover;
    top: -30px;
}

.logo {
    background-color: transparent;
    height: 145px;
}

.logo-1{
    width: 50%;
    float: left;
}

.head-phone{
    width: 50%;
    margin: 0;
}

.logo-text,
.btnBlock {
    display: none !important;
}

.logo h2{
    text-align: center;
}

.title-panel {
    margin-left: 300px;
    height: 108px;
}

.header {
    height: 110px;
}
.toggle-sidebar-btn {
    top: 100px;
}
/*************************/
#index-body {
    background: transparent;
    box-shadow: none;
}
body.login-page {}
/*************************/