.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.stripe-button {
    color:#E8E100;
}

.stripe-button:hover {
    background-color:#E8E100;
    color:#363636;
}


.stripe-container input {
    width: 100%;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px;
    background: transparent;
    margin-bottom: 20px;
}

.stripe-container #currency {
    width: 100%;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px;
    background: transparent;
    margin-bottom: 20px;
}

.stripe-container textarea, .stripe-container input ,.stripe-container #currency{
    border-bottom: 2px solid #313131;
    color: #101010;
}



#agreedPrice {
    font-size: 30px;
}

#payButton b {
    font-weight: bolder;
}

.error-message p{
    text-align: center;
    border:2px solid red;
    padding: 20px;
    font-size: 18px;
}
.success-container {
    border:1px solid greenyellow;
    padding: 30px;
    margin-bottom: 40px;
}
.success-container .success{
    margin-bottom: 30px;
}

.success-container h5 {
    margin-bottom: 15px;
}

.success-container h6 {
    font-size: 12px;
}

.success-container ul {
    margin-bottom: 20px;
}

.success-container ul li {
    text-align: center;
    margin-bottom: 10px;
}