@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

.log_box{
position: absolute;
width: 150px;
height: 80px;
background-image: url("../images/logo/logo-load.png");
background-repeat: no-repeat;
z-index: 100;
left: 0px;
top: 40px;
align-items: right;
text-align: right;
}

@media screen and (max-width: 1285px) {
    .log_box{ 
        top: 45px;
        left: 10px;
    }
  }


@media screen and (min-width: 1350px) {
    .log_box{ 
        left: 15px;
    }
  }
  




  