Seeking assistance in styling a form.
After attempting CSS modifications, the form still lacks a background color. Can anyone provide guidance?
#nf-form-8-cont {
background-color: rgb(214, 214, 194,0.5);
padding: 15px;
box-shadow: 0px 3px 5px #444;
border-radius: 10px;
}