.form-control{
  width:100%;
}
  .label-point-green {
    width: 10px;
    height: 10px;
    border: 1px solid #07c160;
    border-radius: 50%;
    background-color: #07c160;
    display: inline-block;
  }
  .label-point-gray {
    width: 10px;
    height: 10px;
    border: 1px solid gray;
    border-radius: 50%;
    display: inline-block;
  }
  .label-point-orange{
    width: 10px;
    height: 10px;
    border: 1px solid  #F59A23;
    background-color: #F59A23;
    border-radius: 50%;
    display: inline-block;
   }