.section .header {
  font-family: "nexa-bold";
  font-size: 16px;
  padding: 15px 16px;
  background: #fff543;
  color: #515151;
}
.section .item {
  padding: 12px 16px;
  font-size: 14px;
  overflow: hidden;
}
.section .item.one {
  background: #f2f2f2;
}
.section .item.two {
  background: #fafafa;
}
.section .item .label {
  float: left;
  width: 80px;
  font-family: "nexa-bold";
  font-size: 16px;
  line-height: 36px;
  color: #515151;
}
.section .item .widget {
  float: left;
  width: calc(100% - 80px);
}
.section .item .widget:first-child {
  width: 100% !important;
}
.section .item .widget input[type="text"],
.section .item .widget input[type="email"],
.section .item .widget textarea {
  border: 1px solid #ccc;
  background: #fff;
  padding: 6px;
  font-size: 14px;
  width: 100%;
}
.section .item .widget input[type="checkbox"] {
  border: 1px solid #f0f;
  padding: 32px;
  width: 24px;
  height: 24px;
}
.section .item .widget input[type="checkbox"] + label {
  position: relative;
  top: -5px;
  margin-bottom: 16px;
}
.section .item .widget .center {
  display: inline-block;
  position: relative;
  margin-top: 8px;
}
input[type="submit"],
button {
  border: 0;
  background: #fff543;
  padding: 16px 32px;
  font-family: "nexa-bold";
  font-size: 16px;
  color: #515151;
}
@media only screen and (max-width: 600px) {
  .section .item .label {
    clear: both;
    width: 100%;
    line-height: inherit;
    margin-bottom: 6px;
  }
  .section .item .widget {
    clear: both;
    width: 100%;
  }
}
