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

.example.example3 * {
  font-family: Quicksand, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.example.example3 .fieldset {
  margin: 0 0;
  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;
	width: 100%;
}

.example.example3 .field:focus {
	color: rgb(50, 50, 93) !important;
}

#example3-card-number > iframe > .example.example3 > .field {
	color: #000 !important;
}

.example.example3 .field {
  padding: 10px 20px 11px;
  border: solid 1px #c6c6c6;
  width: 100%;
  margin: 5px 0 12px;
  color: #000 !important;
}

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

.example.example3 .field.third-width {
  width: calc(50% - (15px / 3));
}

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

.example.example3 .field.focus,
.example.example3 .field:focus {
  /* color: #424770; */
	color: #000;
  	background-color: transparent;
}
input.InputElement.is-complete.Input {
  color: #000 !important;
}
.ElementsApp, .ElementsApp .InputElement{
  color: #000 !important;
}
.example.example3 .field.invalid {
  background-color: transparent;
}

.example.example3 .field.invalid.focus {
  background-color: #f6f9fc;
}
.example.example3 .field.focus, .example.example3 .field:focus {
    color: #000 !important;
    background-color: transparent;
}

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

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

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

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

.example.example3 input {
  color: #000;
  background-color: transparent;
}

.example.example3 input::-webkit-input-placeholder {
  color: #000;
}

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

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

.example.example3 button {
    display: block;
    width: 100%;
    height: 51px;
    background-color: #29cb97;
    border-radius: 0;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    font-size: 25px;
    margin-bottom: 55px;
}

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

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

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

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

.example.example3 .success .icon .border {
  stroke: #fcd669;
}
main > .container-lg .example * .ElementsApp, .ElementsApp .InputElement{
color:#fff;
}
.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;
}
