#lf_form_container .description {
color:white; 
font-weight:bold; 
width:100%; 
}

input[type=text] {
color:black 
background-color:white;
font-weight:bold; 
width:100%; 
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
}

input[type=email] {
color:black 
background-color:white;
font-weight:bold; 
width:100%; 
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
}

textarea {
color:black 
background-color:white;
font-weight:bold; 
width:100%; 
height: 150px;
resize: none;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
}

input[type=button], input[type=submit], input[type=reset] {
background-color: green;
border: none;
border-radius: 10px;
color: white;
padding: 8px 16px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
font-size: 1.5em;
}