.give-input[type=text],.give-input[type=email]{
    border-radius: 0px !important;
    border-color: var(--give-primary-color) !important; 
    box-shadow: none !important; 
    height: 42px !important;
   
    border: solid 2px #5b907e !important;
    padding: 10px !important;
    padding-inline-start: 2.6875rem !important;
}
.give-btn.give-donation-level-btn{
	border-radius: 0px;
    padding: 12px 5px;
}

.give-btn.give-donation-level-btn .give-formatted-currency .give-amount-without-decimals, .give-btn.give-donation-level-btn .give-formatted-currency .give-currency-symbol-before{
	font-size: 20px !important;  
    transform: none;
}
.give-btn.give-donation-level-btn .give-formatted-currency .give-amount-without-decimals{
	transform: none
}
.give-btn.give-donation-level-btn .give-formatted-currency .give-amount-decimal{
	display: none;
}
.give-btn.give-donation-level-btn.give-btn-level-custom {
    font-weight: 600;
    font-size: 20px;
}
.give-amount-heading, legend, .give-donation-summary-section thead th:first-of-type{
	color: #614170 !important;
    font-weight: 700 !important;
    padding-block-end: 0 !important;
}
.give-donation-amount{
 border-radius:0px !important;
}


.give-form-wrap, .give-receipt-classic  {
border-radius: 0 !important; 
box-shadow: none !important;
}

.give-form-header{
  background:#5e917d
}