#input-lp-lideranca
{
  border-radius: 30px;
}

.botao-lp-lideranca
{
  border-radius: 20px;
  border: 1px solid #333;
  background-color: #2ecc71;
  color: #fff;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #27ae60;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 40px;
  margin-top: 20px;
}

.botao-lp-lideranca:hover
{
  background-color: #27ae60;
  border-color: #019e35;
  transform: scale(1.1);
}

#input-contato
{
  border-radius: 30px;
  width: 400px;
}

.botao-contato
{
  border-radius: 20px;
  border: 1px solid #333;
  background-color: #2ecc71;
  color: #fff;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #27ae60;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 40px;
  margin-top: 20px;
}

.botao-contato:hover
{
  background-color: #27ae60;
  border-color: #019e35;
  transform: scale(1.1);
}

textarea {
  height: 200px;
}