input.form-control.input-plan
{
  background-color: #fff;
  border: none;
  font-weight: bold;
}
input.form-control.border-b
{
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #ccc;
  border-radius: 0;
}
input.form-control.border-b-primary
{
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #007BFF;
  border-radius: 0;
}
