body {
    background-color: #D2D2D2;
    height: 100%;
    min-height: 100%;
    background-attachment: fixed;
}
.container {
    width: 1024px;
 }


/* Preload page style */
#page_preloader{
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
}

#img_page_preloader{    
    width: 280px;
    height: 200px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#btn-logout{
    cursor: pointer;
}

ul#main_menu{
    margin-top: 4px;
    overflow: hidden;
    min-width: 425px;
    
}
ul#main_menu li{    
    display:inline-block;
    position: relative;
    border: 0px solid #000; 
    display: inline;
    margin-right: 6px;    
    padding-bottom: 10px;
    line-height: 33px;
    overflow: hidden;
}

ul#main_menu li.right{
    margin-right: 0px; 
}

#main_menu a {
    display: inline-block;  
    color: #2F2F2F;
    border: 0px solid #000;  
    font-weight: 600;
}

#main_menu a:hover, #main_menu a.activ{
    color: #940870;
}
a#btn-support{   
    display: inline-block; 
    margin-left: 8px;   
    width: 192px;
    height: 33px;
    background-image: url('/dist/img/support.png');
}


@media (max-width: 1199px) { 
    
    /*.bodyes{
        min-height: calc(100vh - 0px - 100px - 200px);
        padding-bottom: 30px;
        min-width: 96%;
    }*/
    body{
        width: 100%;
        min-width: 100%;
        
        background-image: url('/dist/img/bg_login_m.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #D2D2D2;
    }

    .bodyes{
        display: none;
    }
    .bodyes-m{
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .img-text-top{
        display: none;
    }
    .img-text-top-m{
        display: block;
    }

    .row-login-password{
        width: 100%;
        min-width: 100%;
    }

    .conrainer-login-m-top{
        display: block;
    }

    .conrainer-login{
        width: 90%;
        min-width: 90%;
        background-color: #fff;
        box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    }
    

    input.login{
        font-size: 28px;
        height: 50px; 
        text-align: center;
    }

    input.password{
        font-size: 28px;
        height: 50px; 
        text-align: center;
    }


    .cont-fogetpass{
        /*width: 100%;
        min-width: 100%;*/
    }
    
    .cont-fogetpass .col {
        /*width: 100%;
        min-width: 100%;*/
        text-align: center;
    }

    .cont-fogetpass {
        font-size: 22px;
    }
    .cont-fogetpass input{
        height: 40px;
        font-size: 22px;
    }

}


@media (min-width: 1200px) { 

    .bodyes{
        margin-top: 0;
        background-color: #ffffff;
        min-width: 100%;
    }
    
    body{        
        background-color: #D2D2D2;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        background-attachment: fixed;   
        background-image: url('/dist/img/bg_login.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    
    .conrainer-login{
        width: 480px;
        min-width:  640px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    }

    
    .conrainer-login-m-top{
        display: none;
    }
    
    .bodyes{
        display: block;
    }
    .bodyes-m{
        display: none;
    }
    
    .img-text-top{
        display: block;
    }
    .img-text-top-m{
        display: none;
    }
    
    .table_login input.login{
        font-size: 16px;
        width: 280px; 
        height: 30px; 
        text-align: center;
    }
    
    .table_login input.password{
        width: 280px; 
        height: 30px; 
        text-align: center;
    }
    
    .table_login .td_1{
    }
    .table_login .td_2{
    }
    .table_login .td_3{
    }
    .table_login .td_4{
    }
    .table_login .td_5{
    }

    .table_login_mem .td_1{
    }
    .table_login_mem .td_2{
    }
    .table_login_mem .td_3{
    }
    
}