input.user-message{
  width: 100%;
  height: 40px;
  opacity: 0.7;
  border-radius: 5px;
  padding: 5px 15px;
  border: 0;
}

textarea.user-message{
    width: 100%;
    opacity: 0.7;
    border-radius: 5px;
    padding: 5px 15px;
    border: 0;
  }

  select.user-message{
    width: 100%;
    height: 40px;
    opacity: 0.7;
    border-radius: 5px;
    padding: 5px 15px;
    border: 0;
  }

  .white{
      color: black;
  }

  .orange{
    color: #ffae19;
}

.rwhite{
  color: white;
}

