label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  background: #eee;
  color: #757272;
  padding-right: 10px;
  padding-left: 10px;
}

.form-control {
  height: 26px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aeaeae;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.btn-lg, .btn-group-lg > .btn {
  border-radius: 0;
}

.chosen-container-single .chosen-single {
  border-radius: 0;
}

.btn {
  border-radius: 0;
}