
#crmWebToEntityForm .formsubmit.zcwf_button{
  background:#2F6FB3 !important;
  color:#ffffff !important;
  border:none !important;
  border-radius:8px !important;
  height:48px !important;
  width:130px !important;
  font-size:16px !important;
  font-weight:600 !important;
  cursor:pointer !important;
  transition:all .25s ease !important;
  box-shadow:0 4px 12px rgba(0,0,0,0.25) !important;
}

#crmWebToEntityForm .formsubmit.zcwf_button:hover{
  background:#1F5C9A !important;
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,0.35);
}