
.example.example1 {
  background-color: #f9f9f963;
}

.example.example1 fieldset *,.example.example1 .error * {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.example.example1 fieldset {
    margin: 15px 0px;
    padding: 0;
    border-style: none;
    background-color: #fff;
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    border-radius: 4px;
}

.example.example1 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  padding: 5px;
}

.example.example1 .row + .row {
  border-top: 1px solid #99999947;
}

.example.example1 input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  padding-left: 10px !important;
}

.example.example1 input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.example1 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.example1 .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.example.example1 input {
  width: 78%;
  padding: 11px 15px 11px 0;
  color: #666666;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}

.example.example1 input::-webkit-input-placeholder {
  color: rgba(153, 153, 153,0.4);
}

.example.example1 input::-moz-placeholder {
  color: rgba(153, 153, 153,0.4);
}

.example.example1 input:-ms-input-placeholder {
  color: rgba(153, 153, 153,0.4);
}

.example.example1 .error svg .base {
  fill: #fff;
}

.example.example1 .error svg .glyph {
  fill: #6772e5;
}
.example.example1 .success .icon .border {
  stroke: #666666;
}

.example.example1 .success .icon .checkmark {
  stroke: #666666;
}

.example.example1 .success .title {
  color: #666666;
}

.example.example1 .success .message {
  color: #9cdbff;
}

.example.example1 .success .reset path {
  fill: #666666;
}
.error.visible{
	display:block !important;
}.error.visible .message{
	color:#f91942;
}