File: /home/wwwrenee/public_html/Backup/wp-content/plugins/thememove-payment/assets/css/style.css
.learn-press-stripe-form {
padding: 20px 20px 0;
background: #fff;
border: 1px solid #eee;
border-radius: 5px;
margin: 20px 0;
}
.learn-press-stripe-form > .row {
margin-bottom: 20px;
}
.learn-press-stripe-form .row {
margin-left: -10px;
margin-right: -10px;
}
.learn-press-stripe-form [class*='col-'] {
padding-left: 10px;
padding-right: 10px;
}
.learn-press-form-row.has-error label,
.learn-press-form-row.has-error label .required {
color: #cc1600;
}
.learn-press-form-row.has-error input,
.learn-press-form-row.has-error select {
border-color: #cc1600;
}
form.lp-stripe_loading {
position: relative;
}
form.lp-stripe_loading:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgb(222 222 222 / 45%);
z-index: 999;
}
form.lp-stripe_loading:before {
content: "";
display: block;
width: 50px;
height: 50px;
margin: 8px;
border-radius: 50%;
border: 4px solid #000;
border-color: #000 transparent #000 transparent;
animation: lp-stripe-loading 1.2s linear infinite;
z-index: 9999;
position: absolute;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
}
@keyframes lp-stripe-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}