body{
  background-image: url('img.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;


  }
  .lbl{
 color:black;
 font-weight: bold;


  }
  .btn{
  background-color: black;


  }
  h1{color:black}
 
.form-container{
  position: absolute;
  top:6vh;
  background: rgb(90, 33, 33);
  padding:30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #000;
  

}
