html,
body {
  margin: 0px;
}

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

#crmWebToEntityForm.zcwf_lblLeft * {
  box-sizing: border-box;
  font-weight: normal;
}

#crmWebToEntityForm {
  text-align: left;
}

#crmWebToEntityForm * {
  direction: ltr;
}

.zcwf_lblLeft .zcwf_title {
  word-wrap: break-word;
  padding: 0px 6px 10px;
}

.zcwf_lblLeft.cpT_primaryBtn:hover {
  background: linear-gradient(#02acff 0, #006be4 100%) no-repeat padding-box !important;
  box-shadow: 0 -2px 0 0 #0159b9 inset !important;
  border: 0 !important;
  color: #fff !important;
  outline: 0 !important;
}

.zcwf_lblLeft .zcwf_col_fld input[type="text"],
input[type="password"],
.zcwf_lblLeft .zcwf_col_fld textarea {
  resize: vertical;
  float: left;
}

.zcwf_lblLeft .zcwf_col_fld {
  float: left;
  width: 68%;
  padding: 0px 6px 0px;
  position: relative;
  margin-top: 5px;
}

.zcwf_lblLeft .zcwf_privacy {
  padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}

.dIB {
  display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
  width: 60%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  float: left;
  resize: vertical;
  padding: 2px 5px;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
  content: "";
  display: table;
  clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
  float: left;
  margin-left: 7px;
  font-size: 16px;
  max-width: 35%;
  word-break: break-word;
}

.zcwf_lblLeft .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c0c6cc;
  color: #c1c1c1;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
}
.zcwf_lblLeft .zcwf_row {
  margin: 15px 0px;
}
.zcwf_lblLeft .formsubmit {
  margin-right: 5px;
  cursor: pointer;
  color: #313949;
  font-size: 16px;
}
.zcwf_lblLeft .zcwf_privacy_txt {
  width: 90%;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: Verdana;
  display: inline-block;
  vertical-align: top;
  color: #313949;
  padding-top: 2px;
  margin-left: 6px;
}
.zcwf_lblLeft .zcwf_tooltip_over {
  position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn {
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;
  word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: #313949;
  z-index: 100;
}
.zcwf_lblLeft .zcwf_ckbox {
  float: left;
}
.zcwf_lblLeft .zcwf_file {
  width: 55%;
  box-sizing: border-box;
  float: left;
}
.cBoth:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 600px) {
  .zcwf_lblLeft .zcwf_col_lab,
  .zcwf_lblLeft .zcwf_col_fld {
    width: auto;
    float: none !important;
  }
  .zcwf_lblLeft .zcwf_col_help {
    width: 40%;
  }
}

#crmWebToEntityForm {
  background: #dfdfdfe3;
  padding: 40px;
  border-radius: 15px;
  max-width: 600px;
  font-family: "Verdana", sans-serif;
  font-size: 15px;
  color: #04135e;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.zcwf_row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zcwf_col_lab {
  width: 35%;
  font-weight: normal;
}

.zcwf_col_lab label span {
  color: red;
  margin-left: 4px;
}

.zcwf_col_fld {
  width: 65%;
}

.zcwf_col_fld input[type="text"],
.zcwf_col_fld select,
.zcwf_col_fld textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-family: "Verdana", sans-serif;
}

.g-recaptcha {
  transform: scale(1);
  transform-origin: 0 0;
  margin-top: 10px;
}

input.zcwf_button {
  font-size: 16px;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  min-width: 100px;
}

input[type="submit"].formsubmit {
  background-color: #16475A;
  color: white;
}

input[type="submit"].formsubmit:hover {
  background-color: #0c2731;
}

input[type="reset"].zcwf_button:hover {
  background-color: #9ad154;
}

input[type="reset"].zcwf_button {
  background-color: #cfeaad;
  color: #313949;
}
