.input {
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e;
  background: #f8f8f8;
  border-radius: 10px
}
.input::-moz-placeholder {
  color: #858585
}
.input::placeholder {
  color: #858585
}