#fundraise-form {
  background-color: #18766f;
  font-size: 14pt;
}
#fundraise-form .centered-row {
  text-align: center;
}
#fundraise-form form {
  color: white;
}
#fundraise-form form .row {
  padding: 0 5px;
}
#fundraise-form form .row div {
  padding: 5px 20px;
}
#fundraise-form form .row div input[type="text"] {
  width: 100%;
  color: #3c3c3c;
  padding: 5px;
}
#fundraise-form form .row div .btn-get-started {
  margin: 20px;
  padding: 10px 30px;
  background-color: #3c3c3c;
  font-size: 18pt;
  color: white !important;
  border: none;
  border-radius: 4px;
  display: inline-block;
  line-height: 40px;
  text-decoration: none;
  transition: 0.1s all ease;
}
#fundraise-form form .row div .btn-get-started:hover {
  background-color: #ffffff;
  color: #3c3c3c !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #fundraise-form form .row div .btn-get-started {
    font-size: 15px;
    width: 170px;
    height: 40px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #fundraise-form form .row div .btn-get-started {
    margin-top: 35px;
  }
}
#fundraise-form .btn-fundraise {
  border: 3px solid #3c3c3c;
  padding: 10 40 6 40;
  margin: 20 0;
  margin: 20 auto 20 auto;
  font-size: 18pt;
  line-height: 40px;
  color: #ffffff;
  background-color: #3c3c3c;
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.1s all ease;
}
#fundraise-form .btn-fundraise:hover {
  background-color: #ffffff;
  color: #3c3c3c !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #fundraise-form .btn-fundraise {
    font-size: 15px;
    width: 170px;
    height: 40px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #fundraise-form .btn-fundraise {
    margin-top: 35px;
  }
}
#fundraise-form .centered-row {
  text-align: center;
}
#fundraise-form a.btn {
  text-decoration: none;
}
#fundraise-form li {
  font-size: 30pt;
  line-height: 18pt;
}
#fundraise-form li span {
  font-size: 14pt;
}
