.stipeElementsApp .error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
/*  justify-content: center;
  position: absolute;*/
  width: 100%;
  top: 100%;
/*  margin-top: 20px;*/
    padding-bottom: 8px;
  left: 0;
/*  padding: 15px 15px;*/
  font-size: 13px !important;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  
}
.stipeElementsApp .error.visible {
  opacity: 1;
  transform: none;
  
}

.stipeElementsApp .error .message {
  font-size: inherit;
      color: #e25950;
}

.stipeElementsApp .error svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 10px;
}

.paymentResponse{
    font-size: 17px;
    border: 1px dashed;
    padding: 10px;
    color: #EA4335;
    margin-top: 0;
    margin-bottom: 10px;
    background: white;
}

.stripeInput{cursor: text; padding-top: 9px;}