body {
  padding: 5%;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.form-group {
  margin-bottom: 0;
  padding: 10px 0;
}
.form-group:first-child {
  border-color: transparent;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
  min-height: 40px;
  height: auto;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-vertical {
  counter-reset: fieldset;
}
.form-vertical fieldset {
  padding-top: 10px;
  margin: 50px 0;
}
.form-vertical fieldset > legend:before {
  content: counter(fieldset);
  counter-increment: fieldset;
  position: absolute;
  left: -25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  background: #428bca;
  color: white;
  font-size: 75%;
  font-weight: bold;
}

label.checkbox {
  margin-bottom: 15px;
  position: relative;
}
label.checkbox .icheckbox_square-blue {
  position: absolute;
  top: 0;
  left: 0;
}
label.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
}
label.checkbox span {
  padding-left: 35px;
  display: block;
}

.radio label {
  padding-left: 0;
}
.radio span {
  vertical-align: middle;
  margin-left: 5px;
}

.btn {
  height: 40px;
  padding: 10px 16px;
  border-radius: 3px;
  min-width: 80px;
}

.btn-group.radio-group .btn {
  height: 50px;
  line-height: 22px;
  padding: 12px 20px;
}
.btn-group.radio-group .btn span {
  line-height: 22px;
  vertical-align: middle;
  margin-left: 5px;
}

/* bootstrap select styles */
.bootstrap-select .btn {
  min-height: 40px;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.bootstrap-select .btn:hover {
  background: white;
}

.bootstrap-select .btn:focus,
.bootstrap-select.btn-group.open .dropdown-toggle {
  border-color: #428bca;
  background: white;
  outline: 0;
}

.bootstrap-select .btn.bootstrap-select.btn-group.open .dropdown-toggle {
  border-color: #428bca;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #428bca;
  color: white;
}

label {
  cursor: pointer;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}