body
{
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #555;
  font-weight: 400;
  line-height: 1;
}

.form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #444;
  display: block;
  font-size: 14px;
  height: 45px;
  line-height: 1.8;
  padding: 9px 18px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.form-control:focus {
  border-color: #d5d5d5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(213, 213, 213, 0.6);
  outline: 0 none;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 9px 18px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-primary {
  background-color: #b94f32;
  border-color: transparent;
  color: #fff;
}

.btn-sm {
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.5;
  padding: 7px 16px;
}

.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}







