/* hide some stuff on smaller screens */
 @media only screen and (max-width: 720px) {
     #block-slogan, 
     .spacer_v {
         display:none;
     }
     .main-login-wrapper-container{
    
        /* margin-bottom: 30px; */
        /* overflow-y: scroll; */
        position : relative;
        margin-top: 100px;
        /* border : 2px solid red; */
        width : 100%;
        /* height : calc(100vh - 170px); */
        /* height : 80vh; */
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    
    .main-login-wrapper-container--active{
        margin-top: 150px;
    }
 }

 @media only screen and (max-width: 1270px) {
    .block-my-show-user{
        margin-right: 20px;
        /* border : 1px solid red; */
    }
    .main-login-wrapper-container{
    
        /* margin-bottom: 30px; */
        /* overflow-y: scroll; */
        position : relative;
        margin-top: 100px;
        /* border : 2px solid red; */
        width : 100%;
        /* height : calc(100vh - 170px); */
        /* height : 80vh; */
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    
    .main-login-wrapper-container--active{
        margin-top: 150px;
    }
}