#lf_form_container .buttons {
background-color: #4D9FA0;
border-color: #4D9FA0;
    color: #FFFFFF;
    font-family: "Yantramanav", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 700;
    z-index: 1;
    padding: 0.7em 2em;
    border-style: solid;
    border-width: 2px;
    border-radius: 3em;
    transition: color 0.5s ease 0s;
}

#lf_form_container label{
display:none;
}

#lf_form_container input, #lf_form_container textarea{
border-color: rgba(0,0,0,0.2);
  color: #3D3D3D;
  background: #FFFFFF;
font-size: 1em;
display: block;
  border-style: solid;
  border-width: 1px;
  padding: .55em .75em .55em 1em;
  width: 100%;
  border-radius: 0;
  text-align: left;
  outline: none;
  font-size: 1em;
width: 100%;
background-color, border-color, color;
  transition: background-color .5s ease 0s, border-color .5s ease 0s, color .5s ease 0s;
}

#lf_form_container input::placeholder {
  color: #565656;
}

#lf_form_container .button_text{
border-width: 0;
padding: 0;
text-align:center;
}
#lf_form_container textarea{
min-height: 8em;}