/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

}

 /* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

 /* XX-Large devices (larger desktops, 1400px and up) */
 @media (min-width: 1400px) { 
    .status_div{
        margin-top: 80px;
    }
}
 @media (max-width: 1300px) { 
    .log_left .vectors img{
        width: 430px !important;
      }
}
 @media (max-width: 1400px) { 
    .log_left .vectors img{
        width: 490px;
      }
}
@media (min-width: 1600px) { 
    .status_div{
        margin-top: 120px;
    }
}

