.Input {
  font-size: inherit;
  background: none;
  border: 0;
  text-align: inherit;
  cursor: text;
  width: 100%;

  &:focus {
    outline: none;
  }
}