#ncform,
.ncFinality {
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  color: #424141;
}

.ncForm {
  width: 100%;
}

.ncFieldct {
  width: 100%;
  display: inline-block;
  margin-right: 16px;
  overflow: hidden;
  margin-top: 16px;
}

.ncField input,
.ncField textarea { 
  min-height: 2.5625rem;
  margin-bottom: 0rem;
  padding: 0.75rem 1rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #fcfcfc;
  color: #424141;
}

.ncFieldct label {
  width: 100%;
  margin-bottom: 4px;
  display: block;
  text-align: left;
}
.ncFieldct.tpboolean {
  margin-top: 24px;
  width: 100%;
}
.ncFieldct.tpboolean .ncField {
  float: left;
  margin-right: 16px;
  width: 16px;
}

.ncFieldct .info-acceptance {
  margin-right: 0px;
  width: 100%;
  text-align: left;
}

.ncField .k-invalid,
.ncField .k-invalid {
  background-color: #f2dcdc;
  border-color: #990000;
}
.ncSendZone {
  text-align: center;
  clear: both;
}

textarea {
  width: 100%;
}

.kbn-form {
  color: #424141 !important;
  background-color: #F4F730 !important;
  padding: 10px;
  border-radius: 10px;
  display: block;
  width: 200px;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  text-decoration: none;
  font-weight: bold !important;
}

.ncFinality {
  text-align: center;
}

.ncpopoutf {
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #666666;
  color: #aaaaaa;
  opacity: 0.8;
  filter: alpha(opacity = 50);
}
.ncpopf {
  width: 300px;
  height: 200px;
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  top: 50%;
  z-index: 10000;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  padding-top: 60px;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
}

.ncoptintext {
  padding-top: 4px;
}

input[type='checkbox'] {
  min-height: 16px;
}

 
.ncFieldct.cti61ebeefc0dc3610bacf42c2b {
  width: calc(100% - 16px);
}

.ncFieldct.tpboolean {
  width: calc(100% - 16px);
}