.scb-field input,
.scb-field select {
  width: 100%;
  height: 46px;
  border: 1px solid #cbd5da;
  border-radius: 8px;
  padding: 9px 12px;
  background: #fff;
  color: #17242b;
  font: inherit;
  font-size: 15px;
}

.scb-field small {
  display: block;
  margin-top: 5px;
  color: #68757d;
  font-size: 12px;
}

.scb-calculation {
  border-top: 1px dashed #d9e1e4;
  margin-top: 6px;
  padding-top: 12px !important;
}
