.description{
display:none;
}
#lf_first_name_block,#lf_last_name_block,#lf_email_block,#lf_phone_block,#lf_message_block{
margin-bottom:0px;
margin-top:10px;
}
#saveForm{
border:0px;
font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
padding:10px;
white-space: normal;
  width: 100%;
  text-align: center;
margin-top:10px;
}
input::placeholder {
  color: #AFAFAF; /* Your desired color */
  opacity: 1; /* Makes sure it's not faded */
}