// Forms
$input-border-radius: $border-radius-base;

$input-color-placeholder: $gray-light;

//** Default `.form-control` height;
$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2);
//** Large `.form-control` height
$input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2);
//** Small `.form-control` height
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2);

$input-border-disabled: $gray-lighten;

$input-bottom-padding: $padding-base-vertical + 2;
