.text-input {
  margin-bottom: 10px;
  width: 100%;
}
.text-input input {
  margin-bottom: 1px;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}
.text-input .input-append {
  width: 100%;
}
.text-input .input-append input {
  width: auto;
}
.text-input p {
  margin-bottom: 0;
}
.text-input.invalid {
  margin-bottom: 10px;
}
.text-input.invalid input {
  border-color: red !important;
  color: red;
}
.text-input.invalid p {
  color: red;
}
textarea.invalid {
  border-color: red !important;
  color: red;
}
