#lf_form_container {
 width:100%;
  flex-wrap: wrap;
  align-content: left;
}

input {
 width: 100%;
 padding: 6px;
border: 1px solid #ccc;
}
textarea {
 width: 100%;
 height: 150px;
 padding: 6px;
 resize: vertical;
border: 1px solid #ccc;
}
label {
  display: inline-block;
  width: 100%;
  text-align: left;
 padding-bottom: 6px;
}
input[type=button], input[type=submit] {
  background-color: #f26b21;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}