.example.example3 {
  background-color: #118497;
}

.example.example3 * {
  font-family: Quicksand, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.example.example3 h4 {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
}

.text-danger_ {
  font-size: 12px !important;
  padding-left: 10px !important;
  /* color: #fff !important; */
  color: red !important;
}

.example.example3 .fieldset {
  margin: 0 5px 10px;
  padding: 0;
  border-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.example.example3 .field {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
}

.example.example3 .field.half-width {
  width: calc(50% - 5px) !important;
}

.example.example3 .field.third-width {
  width: calc(33% - 5px) !important;
}

.example.example3 .field + .field {
  /* margin-top: 6px; */
}

.example.example3 .field.focus,
.example.example3 .field:focus {
  color: #000;
  background-color: #fff;
}

.example.example3 .field.invalid {
  background-color: #fff;
}

.example.example3 .field.invalid.focus {
  background-color: #fff;
}

.example.example3 .field.focus::-webkit-input-placeholder,
.example.example3 .field:focus::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
}

.example.example3 .field.focus::-moz-placeholder,
.example.example3 .field:focus::-moz-placeholder {
  color: #000;
  opacity: 0.8;
}

.example.example3 .field.focus:-ms-input-placeholder,
.example.example3 .field:focus:-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
}

.example.example3 input,
.example.example3 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.example3 input {
  color: unset;
}

.example.example3 input::-webkit-input-placeholder {
  /* color: #83eeff; */
  color: #000;
  opacity: 0.4;
}

.example.example3 input::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

.example.example3 input:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}

.example.example3 button {
  display: block;
  width: calc(50% - 12px);
  height: 40px;
  margin: 0 auto;
  background-color: #1d9797;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  /* text-transform: uppercase; */
  cursor: pointer;
  background: linear-gradient(45deg, #1e6383 30%, #1d9797 100%);
  font-size: 16px;
  border: 1px solid #dbdbdb;
  margin-bottom: 5px;
}

.example.example3 button:active {
  background-color: #fff;
}

.example.example3 .error svg .base {
  fill: #fff;
}

.example.example3 .error svg .glyph {
  fill: #fff;
}

.example.example3 .error .message {
  color: #fff;
}

.example.example3 .success .icon .border {
  stroke: #fcd669;
}

.example.example3 .success .icon .checkmark {
  stroke: #fff;
}

.example.example3 .success .title {
  color: #fff;
}

.example.example3 .success .message {
  color: #9cabc8;
}

.example.example3 .success .reset path {
  fill: #fff;
}
