.label_text {
  font-size: 14px;
  line-height: 22.4px;
  color: #808080;
}
.input_text {
  font-size: 16px;
  line-height: 25.6px;
  padding: 12px;
  background-color: white;
  outline: none;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  width: -webkit-fill-available;
}
.input_text::placeholder {
  color: #b2b2b2;
}
