body {
    overflow:hidden;
}

.context-menu-icon-lang_ru:before  {
    background: transparent url(../img/lang_icon_ru.png) center no-repeat; 
    background-size: 20px;
    display: block;
    width:20px;
    height:20px;
    content: "\00A0";
    color: transparent;
    -webkit-text-stroke: 1px white;
}

.context-menu-icon-lang_en:before  {
    background: transparent url(../img/lang_icon_en.png) center no-repeat;
    background-size: 20px;
    display: block;
    width:20px;
    height:20px;
    content: "\00A0";
    color: transparent;
    -webkit-text-stroke: 1px white;
}

#login_logo {
    background-image:url(../img/logo.png);
    background-size:40px;
    display:block;
    width: 40px;
    height: 40px;
    position:relative;
    float:left;
    bottom:7px;
    right: 10px;
}

.context-menu-icon-lang_de:before  {
    background: transparent url(../img/lang_icon_de.png) center no-repeat;
    background-size: 20px;
    display: block;
    width:20px;
    height:20px;
    content: "\00A0";
    color: transparent;
    -webkit-text-stroke: 1px white;
}