.bootstrap-tagsinput {
  background-color: #fff;
  border: none;
  box-shadow: none;
  display: inline-block;
  padding: 0px 0px;
  color: #555;
  vertical-align: middle;
  width: 100%;
  cursor: text;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.bootstrap-tagsinput:focus-within {
  box-shadow: 0 2px 0 0 #00C4D3;
  border-bottom: 1px solid #00C4D3 !important;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
 margin-left: 4px;
 cursor: pointer;
 font-size: 15px;	
 font-weight: 900;	
 letter-spacing: 0.25px;	
 line-height: 16px;
}
.label-info {
    background-color: #5bc0de;
}
.bootstrap-tagsinput input {
 width: auto !important;
 border-bottom: none !important;
}
.bootstrap-tagsinput input:focus {
 border-bottom: none !important;
}
