.stripeF.stripeF1 {
  background-color: white;
}

.stripeF.stripeF1 * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.stripeF.stripeF1 fieldset {
  margin: 0 0px 0px;
  padding: 5px;
  border-style: none;
  background-color: white;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 whitesmoke;
  border-radius: 4px;
}

.stripeF.stripeF1 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  margin-top: 2px;
}

.stripeF.stripeF1 .row + .row {
  border-top: 1px solid whitesmoke;
}

.stripeF.stripeF1 label {
  background-color: white;
  width: 20%;
  min-width: 100px;
  padding: 11px 10px;
  color: var(--primary-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid whitesmoke;
  text-align: right;
  white-space: pre-wrap;
}

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

.stripeF.stripeF1 input:-webkit-autofill {
  -webkit-text-fill-color: black;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.stripeF.stripeF1 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.stripeF.stripeF1 .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.stripeF.stripeF1 input {
  width: 50%;
  padding: 11px 15px 11px 10px;
  color: black;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}

.stripeF.stripeF1 input::-webkit-input-placeholder {
  color: #87bbfd;
}

.stripeF.stripeF1 input::-moz-placeholder {
  color: #87bbfd;
}

.stripeF.stripeF1 input:-ms-input-placeholder {
  color: #87bbfd;
}

.stripeF.stripeF1 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  /*margin: 40px 15px 0;*/
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: var(--primary-color);
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ffb9f6;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.stripeF.stripeF1 button:active {
  background-color: #d782d9;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #e298d8;
}

.stripeF.stripeF1 .error svg .base {
  fill: #fff;
}

.stripeF.stripeF1 .error svg .glyph {
  fill: #6772e5;
}

.stripeF.stripeF1 .error .message {
  color: #fff;
}

.stripeF.stripeF1 .success .icon .border {
  stroke: #87bbfd;
}

.stripeF.stripeF1 .success .icon .checkmark {
  stroke: #fff;
}

.stripeF.stripeF1 .success .title {
  color: #fff;
}

.stripeF.stripeF1 .success .message {
  color: #9cdbff;
}

.stripeF.stripeF1 .success .reset path {
  fill: #fff;
}