.sticky-ContainerLogin{
    padding:0px;
    margin:0px;
    position:fixed;
    left:0;
    top:40px;
    width:210px;
    z-index: 1100;
}

.sticky li {
    list-style-type:none;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    cursor:pointer;
}

.main-content-LoginPage{
    background-attachment: fixed;
    background-position: center; 
    background-size: 100% 120%;
}

