/* Template 2 theme - underline style inputs, blue button, blue labels */ 

html, body {
  background: #f4f8fa; }

.hidden {
  display: none !important; }

/* form styles */
.smartcapture-controls {
  padding: 1em 0; }

.smartcapture-controls > .sc-formfield-label,
.sc-formfield-input label {
  display: block;
  color: #33475b !important;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 20px !important;
  margin-bottom: 4px !important; }

.sc-formfield-input input[type="text"],
.sc-formfield-input input[type="number"],
.sc-formfield-input input[type="email"],
.sc-formfield-input select {
  display: block;
  width: 100% !important;
  height: 40px !important;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 2px solid #cad5e2 !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.sc-formfield-input.date-dropdown-select-boxes select {
  display: inline-block !important;
  width: auto !important;
  height: 40px !important;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 2px solid #cad5e2 !important;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.sc-button,
button[type="submit"] {
  background-color: #25408f !important;
  border: none !important;
  border-radius: 3px;
  color: #faf8f8;
  cursor: pointer;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  line-height: 12px;
  font-size: 12px;
  padding: 12px 24px; }