#crmWebToEntityForm.zcwf_lblLeft {
  width: 100%; 
  padding: 25px;
  margin: 20px auto 0 auto; 
  box-sizing: border-box;
  background-color: #333; 
  color: #fff; 
}

.zcwf_title {
  max-width: 600px; 
  font-family: Arial; 
  margin-bottom: 20px; 
  color:white
}


.zcwf_lblLeft .zcwf_col_lab {
  width: 100%; 
  margin-bottom: 5px; 
  text-align: left; 
  color: white;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text],
.zcwf_lblLeft .zcwf_col_fld input[type=password],
.zcwf_lblLeft .zcwf_col_fld textarea {
  width: 100%; 
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #444; 
  color: #fff;
  resize: vertical; 
}

.zcwf_lblLeft .zcwf_col_fld_slt {
  width: 100%; 
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #444; 
  color: #fff;
}


.zcwf_col_fld_slt {
  height: 40px;
}



.zcwf_lblLeft .zcwf_button, 
.zcwf_lblLeft.cpT_primaryBtn { 
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px; 
  width: auto;
  margin-right: 10px; 
}

.zcwf_lblLeft .zcwf_button:hover,
.zcwf_lblLeft.cpT_primaryBtn:hover {
  background-color: #ccc;
}

.dIB .zcwf_privacy_txt{
  font-size: 12px;
  font-family:Arial;
  color: white
}

.completed-message-form {
  margin-top: 20px;
  text-align: center;
  font-size: small;
  color: white;
}


@media all and (max-width: 600px) {
}