.control-label span.required {
    display: none;
}

#donation-form .switch-amounts label {
    background: transparent;
    border: 1px solid #407fc4;
    border-radius: 5px !important;
    width: 31% !important;
    padding: 23px !important;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #407fc4;
}

#donation-form .switch-amounts, #donation-form .switch-payment-gateway, #donation-form .switch-payment-fee {
  display: block;
}

.input-prepend {
  display: inline-flex;
  align-items: center;
}

.input-prepend .add-on {
  padding: 4px 12px;
  font-weight: normal;
  color: #407fc4;
  text-align: center;
  background-color: #eee;
  border: 1px solid #407fc4;
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.input-prepend input {
    padding: 11px 12px;
    border: 1px solid #407fc4;
    border-radius: 0 5px 5px 0;
    min-width: 210px;
    color: #407fc4;
}

.input-prepend input:focus {
  border-color: #66afe9;
  outline: 0;
}

.otheramountlabel {display: none!important;}
#donatedAmount {
    min-width: 98%;
}

.payment_information label {
    display: none;
}
div#stripe-card-form {
    border: 1px solid #407fc4;
    padding: 15px;
    border-radius: 5px;
    max-width: 97%;
    margin: 0 auto;
}