.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: max-content;
  font-weight: 400;
}

.input-prefix-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 2.625rem;
}

.icon-input {
  height: 100%;
  padding-left: 2.625rem;
  background-repeat: no-repeat;
  background-position: -1.875rem center;
  background-origin: content-box;
  background-size: 1.375rem;
}