.bg-wa {
  background-image: url(/form-wa/assets/images/bg-conv.png);
  background-color: #eae1d8;
  font-family: 'Open Sans', sans-serif;
}

.header-dialog {
  background-color: #0b6156;
}

.header-dialog img {
  max-width: 50px;
}

.text-header strong {
  font-size: 1.5rem;
  font-weight: 400;
}

.message {
  color: rgb(74, 74, 74);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  border-bottom-style: solid;
  border-color: #cacaca;
  border-left-style: solid;
  border-radius: 6px;
  border-right-style: none;
  border-top-style: none;
  border-width: 1px;
}

.rnd {
  border-radius: 0.55rem;
}

#fwa input[type=text],
#fwa input[type=email] {
  color: #4a4a4a;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  background-color: #e7ffe7;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: solid;
  border-top-style: none;
  border-color: #cacaca;
  border-radius: 6px;
  border-width: 1px;
}

#fwa button {
  background-color: #0b6156;
  color: #ffffff;
  border-bottom-style: none;
  font-size: 16px;
}