.lh-logo-content{
	background-image: url("mn-logo.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    height: 82px;
    margin-left: 0px;
    width: 350px;
}

.lh-logo-footer{
	/*background-image: url("logo-footer.png");*/
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

@media screen and (max-width: 640px) {

    .basisdata-content {
        background-color: #fff;
        margin-left: 0px !important;
    }

    .lh-logo-content {
        background-size: 250px auto;
        height: 70px;
        width: 250px;
        margin-left: 5px !important;
        margin-top: 0px !important;
    }

    .form-container-others {
        padding: 10px 10px 5px 20px;
    }

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #777777 !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #efefef !important;
        font-size: 14px !important;
        font-weight: normal !important;
        display: block !important;
        padding-left: 15px !important;
    }

    #navbar-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 460px) {
    .lh-logo-content {
        background-size: 160px auto;
        height: 60px;
        width: 160px;
    }
}