.bootstrap-tagsinput {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  width: 100%;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  padding: 1.5rem 1.1rem .4rem;
  line-height: 1.8;
  color: #25252a;
  font-size: .875rem;
  outline: none;
  cursor: text;
  min-height: 80px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 8px 0 0;
  margin: 0;
  width: auto;
  max-width: inherit;
  float: left;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\f191";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin-left: 2px;
}
.bootstrap-tagsinput .tag:active  {
  opacity: 0.6;
}

textarea.h80 {
  min-height: 80px;
}
textarea.h100 {
  min-height: 100px;
}