.field-lable {
    margin-top: 20px;
    position: relative;
}
.field-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
.field-column .field-lable {
    width: 48%;
}
.field-lable input, .field-lable textarea, .field-lable select {
    width: 100%;
    display: block;
    box-shadow: 0 0 10px -3px #aaa8a8;
    height: 50px;
    font-size: 20px !important;
    line-height: 26px;
    color: #000 !important;
}
.field-lable label.error, .error-messg {
    margin: 0;
    position: absolute;
    color: red !important;
    font-size: 15px;
    bottom: -26px;
    left: 0;
}
.field-lable input.error {
    border-color: red !important;
}
.field-lable.notesf textarea#notes {
    height: 120px;
    resize: none;
}
.submitbtton {
    margin-top: 30px;
}
.submitbtton input[type="submit"] {
    font-size: 20px;
    line-height: 26px;
}
.field-lable .label {
    font-weight: 600 !important;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
}
label.label[for="donation_amount"] {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
}
.donationamnt {
    position: relative;
    display: block;
}
.donationamnt:before {
    content: "$";
    position: absolute;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    line-height: 45px;
    background-color: #24125F;
    height: 100%;
    width: 36px;
    text-align: center;
}
.donationamnt input#donation_amount {
    padding-left: 40px;
    font-weight: bold;
    font-size: 30px !important;
    line-height: 36px;
}
.reg-loader {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
.reg-loader img {
  position: fixed;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 64px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.message-reponce {
  margin: 20px 0;
}
.message-reponce .alert.alert-success {
  color: #fff !important;
}