/**************************** LOGO ****************************/
.logo_b {
    width: 304px;
    height: 70px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin: 8px 0 0 7px;
    background-size: cover;
    /*z-index:998;*/
    float: left;
    background-image: url("/images/gidrolock_logo.svg");
}

.login-header {
    background-color: #7CB5EC;
}

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

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

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

.logo h2{
    text-align: center;
}
/*************************/
#index-body {
    background: transparent;
    box-shadow: none;
}
body.login-page {
    background: url("/images/bg_gidrolock.jpg") no-repeat center center fixed;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*************************/