#give_purchase_form_wrap .form-row > div:first-of-type {
    width: 90%;
}

#give_purchase_form_wrap .form-row .card-name {
    width: 90%;
}
#give_purchase_form_wrap .form-row .give-stripe-cc-field {
    padding: 10px !important;
    height: 50px;
}

.give-donation-amount .give-text-input {
    order: 3;
    height: 65px !important;
    display: block;
    flex: 1 1 auto;
    background-color: #f4f4f4 !important;
    border: 1px solid #f4f4f4 !important;
    line-height: 35px !important;
    padding: 10px !important;
    font-weight: 400;
    color: #000606 !important;
    text-align: left !important;
}

.give-donation-amount .give-currency-symbol {
    display: block;
    color: #000606;
    font-size: 20px;
    line-height: 65px;
    width: 65px;
    height: 65px;
    flex: 0 0 auto;
    text-align: center;
    font-weight: 400;
    background-color: #f4f4f4 !important;
    border: 1px solid #f4f4f4 !important;
}

.give-donation-amount .give-currency-symbol.give-currency-position-before {
    order: 1;
    margin-right: 2px;
}

.give-donation-amount .give-currency-symbol.give-currency-position-after {
    order: 4;
    margin-left: 2px;
}

.site-content .give-form-wrap form[id*="give-form"] .give-fee-message {
    float: none;
}

form[id*="give-form"] .ffm-field-container {
    padding: 0;
}

.give-recurring-donors-choice {
    padding-left: 0 !important;
}

.give-form .form-row {
    display: block;
}

.site-content .give-form-wrap form[id*="give-form"] label {
    text-align: left;
}

.give-form .ffm-field-container.give-ffm-form-row-half select,
.give-form .ffm-field-container.give-ffm-form-row-one-third select,
.give-form .ffm-field-container.give-ffm-form-row-two-third select,
.give-form .ffm-field-container.give-ffm-form-row-half input,
.give-form .ffm-field-container.give-ffm-form-row-one-third input,
.give-form .ffm-field-container.give-ffm-form-row-two-third input {
    width: 97% !important;
}

.site-content .give-form-wrap form[id*=give-form] #give_checkout_user_info input[type=checkbox] { 	
    content: ''!important;
    font-family: FontAwesome!important;
    color: #f4f4f4!important;
    background-color: #f4f4f4!important;
    border: 1px solid #919191!important;
    text-align: center!important;
    font-size: 18px!important;
    line-height: 27px!important;
    width: 27px!important;
    height: 27px!important;
}

.give-section-break {font-family: Oswald,sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align:left;
}

.site-content .give-form-wrap form[id*=give-form] #give_checkout_user_info input[type=checkbox] {
    position: unset !important;
    display: inline-block !important;
    content: ''!important;
    font-family: FontAwesome!important;
    color: #f4f4f4!important;
    background-color: #f4f4f4!important;
    border: 1px solid #919191!important;
    text-align: center!important;
    font-size: 18px!important;
    line-height: 27px!important;
    width: 27px!important;
    height: 27px!important;
}