.custom__form-relieffund{width:60%; margin: 50px auto}
.custom__form-relieffund #edit-submit{
  border: none;
  padding: 10px 20px;
  background: #f1ac01;
  color: #ffffff;
  font-weight: bold;
}
.custom__form-relieffund .description p{font-size: 18px}
.relieffund__form-title .htmlEmbedContent .htmlEmbedContentInner{
  padding: 0!important;
  text-align: center;
}
.custom__form-relieffund input[type=text], 
.custom__form-relieffund input[type=password], 
.custom__form-relieffund input[type=search], 
.custom__form-relieffund input[type=email], 
.custom__form-relieffund textarea{
  border: 2px solid #ebebeb;
  border-radius: 28px;
}
.custom__form-relieffund select{
  border-radius: 28px;
}
.custom__form-relieffund .form-actions{
  text-align:center;
}
@media screen and (max-width:767px){
  .custom__form-relieffund{width:80%}
}
