.name{
font-size: 50px;
font-weight: bold;
}
.sub-heading{
    font-weight: bold;
    
}
.heading{
    text-align: center;
    margin-bottom: 20px;

}
form{
    margin-left: 10%;
    margin-right: 2%;
    outline: none;
    align-items: center;
    justify-content: center;
   
    
    
}




.header{
    text-align: center;


}
.box {
    margin: auto;
    width: 30%;
    background-color: black;
    border: 2px solid rgb(0, 0, 0);
    padding: 2px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .form-label{
   font-weight: bold;
   outline: none;
   box-shadow: none;
   /* margin-top: 7%; */
   padding-top: 15px;

 
  }


  input[type=text] {
    border: none;
    border-bottom: 1px solid rgb(107, 101, 101);
    border-radius: 0px;
    margin-bottom: 10px;
    box-shadow: none;

  }
  input[type=number] {
    border: none;
    border-bottom: 1px solid rgb(107, 101, 101);
    border-radius: 0px;
    margin-bottom: 10px;
    box-shadow: none;

  }
  .asterix{
    color: red;
    font-size: 17px;
  }

  .form-control{
    box-shadow: none !important;
    border-color: black !important;
  }

  .row{
    font-size: 11px;
  }
  .declaration{
    text-align: center;
}
  .instruction{
 max-width: 90%;
  }
  h2{
    margin-left: 30px;
   
  }
  .submit{
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
  

