.webay-support{background:transparent}

.webay-support .webay-form input[type="text"],
.webay-support .webay-form textarea{
  width:100%;
  padding:18px 20px;
  border-radius:16px;
  border:1px solid #e5e5e5;
  font-size:16px;
  color:#333;
  outline:none;
  box-sizing:border-box;
  background:#fff;
}

.webay-support .webay-form input::placeholder,
.webay-support .webay-form textarea::placeholder{color:#bdbdbd;font-weight:400}

.webay-support .button,
.webay-support .button.button-primary{
  width:100%;
  padding:20px;
  border-radius:18px;
  background:#f0518b;
  color:#fff;
  font-size:20px;
  font-weight:600;
  border:none;
  cursor:pointer;
  transition:background-color .2s ease, transform .1s ease;
  height:auto;
  line-height:1.1;
  text-align:center;
}

.webay-support .button:hover,
.webay-support .button.button-primary:hover{background:#d84374}

.webay-support .button:active,
.webay-support .button.button-primary:active{transform:scale(.98)}

/* Deixa o link de protocolo mais legível */
.webay-support a{text-decoration:none}
.webay-support a:hover{text-decoration:underline}
