.custom-form-module {
 background: #fff; 
}

.form-container{
     margin: 40px 0px;
    background: #B9C2C1;
    text-align: center;
    border-radius: 20px;
    color: #000; 
  padding: 30px;
      max-width: 1200px;
    margin: 20px auto;
}
.custom-form-module__form {
 text-align: left; 
}

.custom-form-module__heading {
    color: #595955;
     font-family: 'Knockout';
    font-size: 30px;
    margin: 29px 0px 29px;
}

form {
    background-color: none;
    border: none;
    background-color: #B9C2C1;
      padding: 50px;
}

  input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
    background-color: #b9c2c1;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
    margin-bottom: 20px;'
    color: #3C3C3C;
}

select {
    background: #b9c2c1;
    background-color: #b9c2c1;
    border: none;
    border-radius: 0px;
    color: #3C3C3C;
    height: 56px;
    padding: 3px 20px;
    width: 100%;
    border-bottom: 1px solid #808080;
  margin-bottom: 20px;
}
form label, form legend {
  color: #3C3C3C;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
  cursor: pointer;
      font-family: MNewsPlantin;
  font-weight: 400;
    background-color: #595955;
    color: #D4D4D4;
    padding: 8px 38px;
    border-radius: 20px;
    border-color: #595955;
    text-align: center;
    margin: 0 auto;
}

.hs_submit .actions {
 text-align: center; 
}

.hs-richtext.hs-main-font-element {
  margin: 20px 0px;
}