h2{
  font-family: 'Clan Pro', sans-serif; 
  font-size: 16px; 
  font-weight: normal; 
  line-height: 125%;
}

label { 
  display: block; 
  width: 100px; 
  padding-top: 10px; 
}

.SFMCFormContainer {
  font-family: 'ClanPro', sans-serif; 
  font-size: 14px; 
  line-height: 21px; 
  font-weight: bold; 
  color: #4e4e4e;
}

.SFMCLabel {
  width: 200px; 
  padding-bottom: 2px;
}

.SFMCField {
  width: 250px; 
  height: 25px; 
  border: 1px solid #7a7a7a; 
  border-radius: 4px;
}

.SFMCTextArea {
  width: 250px; 
  height: 75px; 
  border: 1px solid #7a7a7a; 
  border-radius: 4px;
}

.SFMCFormButton{
  margin-top: 10px;
  padding-top: 7px; 
  padding-bottom: 7px; 
  padding-left: 20px; 
  padding-right: 20px;
  font-family: 'ClanPro', sans-serif; 
  font-size: 14px; 
  line-height: 21px; 
  font-weight: bold; 
  background-color: #ef6f2a; 
  border-color: #ef6f2a; 
  border-radius: 8px; 
  color: #ffffff; 
  font-size: 14px; 
  border-style: solid;
  cursor:pointer;
}

required {
 color: #cb2b19;
}