.smg-donation-stripe-form {
    position: relative;
}

.smg-submitting-layout {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.donate-field-required::after {
    color: red;
    content: "*";
    display: inline-block;
    margin-left: 3px;
}

.credit-card-fields {
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 20px 15px 10px 15px;
}

.credit-card-brands {
    margin-bottom: 15px;
}

.row-book {
    padding: 3rem 0;
}

.row-book h2 {
    color: #2b4c6f;
    font-size: 3rem;
    font-family: 'Domine', sans-serif;
    margin-bottom: 1rem;
}

.row-book .price-selected {
    color: #2b4c6f;
    font-size: 2rem;
    font-family: 'Domine', sans-serif;
    margin-bottom: 1.1rem;
}

.row-book .price-text-selected {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    font-weight: 300;
}

.btn-amount-group {
    border-top: 2px solid gray;
}

.btn-amount-group h2 {
    color: #2b4c6f;
    font-size: 2.5rem;
    font-family: 'Domine', sans-serif;
    margin-top: 1rem;
}

.btn-amount-group .btn-amount {
    background: #FFF;
    border: 1px solid gray;
    width: 100%;
    color: gray;
    border-radius: 0;
    padding: 1.1rem 2rem;
}

.btn-amount-group .btn-amount:hover {
    background: #f39930;
    border-color: #f39930;
    color: white;
}

.btn-amount-group .active {
    background: #f39930;
    border-color: #f39930;
    color: white;
}

.row-address {
    padding: 2rem 0;
}

.row-address h2 {
    color: #2b4c6f;
    font-size: 2.5rem;
    font-family: 'Domine', sans-serif;
    margin-bottom: 1rem;
}

.row-payment {
    padding: 2rem 0;
}

.row-payment h2 {
    color: #2b4c6f;
    font-size: 2.5rem;
    font-family: 'Domine', sans-serif;
    margin-bottom: 1rem;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-group label {
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 1rem;
    transition: all .3s ease-in-out;
}

.form-group .custom-form-control {
    padding: 0.9rem 1.5rem;
    border-radius: 0;
}

.custom-form-control:focus+label {
    top: 3px;
    left: 15px;
    font-size: 0.7rem;
}

.custom-form-control:not(:placeholder-shown)+label {
    top: 3px;
    left: 15px;
    font-size: 0.7rem;
}

.credit-card-fields-custom {
    background: none;
    border: 0;
    padding: 0;
}

.row-submit {
    padding: 2rem 0;
}

.row-submit .btn-primary {
    border-color: #F39930;
    background: #F39930;
    border-radius: 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0.5rem 4.5rem;
}

.row-submit .btn-primary:hover {
    background: #FFD15C;
    border-color: #FFD15C;
    color: #ffffff;
}