﻿body {
}
@media only screen and (min-width:321px) and (max-width:768px){
   
    .white_content1 {
        width: 70% !important;
        left: 15% !important;
    }
   

}

@media only screen and (min-width:769px) and (max-width:1366px) {
     .logininner{
             margin: 0 auto;
             width:100%;
         }
   
     
}

@media only screen and (min-device-width: 320px) and (max-width:1200px){
    .container-fluid {
       font-size:14px !important;
       margin:0px!important;
       padding:0px!important;
    }
    td, th {
    padding: 2px 1px !important;
       word-break: break-word;
}
   

}