.cui-input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background-color: transparent;
  -webkit-appearance: none;
  font-size: 14px;
  border-radius: 0;
  line-height: 1.3;
}
.cui-input[disabled] {
  background-color: #fafafa;
  cursor: not-allowed;
}
.cui-input:focus {
  border-color: #38f;
}
.cui-input::-webkit-input-placeholder {
  color: #999;
}
