

.container {
  /* background-color: #ffffff; */
  
  border-radius: 0px;
  
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.btn-primary {
  background-color: #16919a;
  border: none;
  height: 40px;
  width: 200px;
  margin-top: 10px;
  
  
}

.btn-primary:hover {
  background-color: #3da28f;
}
.form-group{
  
  margin-top: 30px;
 
}