@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@500&family=Open+Sans:wght@500&display=swap');


body{
    background-image: url("../images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   
}

.container{
margin:15% auto;

}
.headertitle{
font-weight:bold;

}


.headertitle1{
 margin-top:1% !important;
font-size:18px;

}


.btnsignlog{
   margin-top:2% !important;


}

.btnsignlog1{
margin-right:2% !important;
font-size: 15px;
font-weight: bold;
}

.btnsignlog2{
    font-weight: bold;
    font-size: 15px;
}





@media only screen and (min-device-width :320px) and (max-device-width : 768px) {

.container{
     margin:35% auto;
  }

.headertitle{
    font-size:18px;
  }


}