.donation-form .field input, .donation-form .field select, .donation-form .field textarea, .donation-form #paypal-button-container {
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    width: 91%;
    height: auto;
    padding: 0px;
    background: rgba(0,0,0,0.05);
    margin-bottom: 15px;
    max-width:inherit !important;
    padding: 10px 15px !important;
}


.donation-form #card-element {
    padding: 0 !important;
    border: none !important;
}


.donation-form .section {
    
}

.donation-form .radio .label {
    background-color: #BCC3D3;
    color: #1a3d6d;
    font-weight: 600;
    font-size: 24px;
letter-spacing: 1px;
width: 100%;
padding: 15px 5px;
font-weight: bold;
font-size: 19px;
display: block;
text-align: center;
margin: 5px 5px 10px 0;
} 

.donation-form .radio input {
    display: block;
position: absolute;
left: -9999px;
}

.donation-form input[type="radio"]:checked+.label {
    background-color: #1a3d6d !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
    }

    .donation-form .field.radio label, .donation-form .field.checkbox label {
        display: block !important;
    }

.donation-form {
    background-color: #f2f2f2;
    padding: 30px;
box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
border-radius: 3px 3px 0px 0px;
border-width: 1px;
border-color: #1a3d6d;
border-style: solid;
}

.donation-form #card-element {
    width: 100%;
max-width: initial !important;
background: transparent !important;
}

.donation-form .btn-submit-donation {
    float: right;
border: none;
background-color: #90b85c;
color: #FFF;
text-transform: uppercase;
letter-spacing: 1px;
padding: 13px 15px !important;
margin-top: 20px;
box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
border-radius: 3px;
}


.donation-form .other-option {
    width: 50%;
}

.donation-form .other-amount {
    width: 50%;
}

.donation-form #other-amount {
    padding: 16px !important;
        width: 100% !important;
}

.donation-form .checkbox span.label {
    margin-left: 15px;
}

.donation-form .checkbox input {
    transform: scale(1.5); 
}

.donation-form h3 {
    margin-top: 40px;
    margin-bottom: 10px !important;
}

.donation-form h3:first-of-type {
    margin-top: 0px;
}

.donation-form .payment {
    margin-top: 20px;
}

.donation-form .payment label {
    font-weight: bold;
}