.customTextLabel {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #4D4D4D;
}

#custom-text {
  width: 100%;
  height: 4.7rem;
  border-radius: 5px;
  border: 1px solid #4D4D4D;
  padding-left: 1rem;
  color: #4D4D4D;
}

#custom-text:focus {
  outline: 0.1rem solid #536BC0;
  outline-offset: 0.2rem;
  box-shadow: none;
}