p {
  font-size: 14px;
}

#get-started {
  padding: 0;
  background-image: url("../img/background-send.jpeg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 70px;
}

form input {
  width: 100%;
  margin: 0px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  border: 1px solid rgb(222, 222, 222);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 16px;
}

form label {
  display: block;
  margin-bottom: 4px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}

form button {
  border: 1px none rgb(64, 64, 64);
  padding: 16px;
  text-align: center;
  cursor: pointer;
  background: rgb(191, 89, 165);
  color: white;
  line-height: 24px;
  letter-spacing: 0px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}

#formulario-success-message {
  display: none;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(216, 216, 216);
    color: rgb(80, 80, 80);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px;
    text-align: center;
}