.emd-input {
  border: 1px solid #C3C8D2;
  box-sizing: border-box;
  border-radius: 2px;
  color: #96A0AF;
  font-family: 'Heebo', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  padding: 16px;
  width: 100%;
}

.emd-input:hover {
  border: 1px solid #96A0AF;
  color: #96A0AF;
}

.emd-input:disabled {
  background: #FAFAFC;
  border: 1px solid #EBEBF0;
  color: #C3C8D2;
}

.emd-input:focus {
  border: 1px solid #0DB14B;
  color: #2D3844;
  outline: none;
}

.emd-input__label {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.emd-input__tips {
  color: #96A0AF;
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 13px;
}
