.form-control {
  box-shadow: none;
  line-height: @font-size-base;
}

label,
.control-label {
  font-weight: 400;
}

.input-group-addon {
  background: darken(@input-bg, 5%);
}
