/* a.welcome-btn {
	font-family: "NamuPro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
  display: inline-block;
  background-color: #fff;
  color: #000 !important;
  text-decoration: none;
  border-radius: 4px;
	margin: 0px 145px;
  text-align: center;
  border: 1px solid #000;
}

.forminator-footer {
    grid-area: btns;
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    
} */

a.welcome-btn {
	font-family: "NamuPro", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 56px;
  display: inline-block;
  background-color: #fff;
  color: #000 !important;
  text-decoration: none;
  border-radius: 6px !important;
	margin: 12px 0 0 5%;
  text-align: center;
  border: 1px solid #000;
  /* padding: 2px 137px; */
  width: 90%;
  max-width: 420px;
  height: 60px;
}

.forminator-footer {
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    /* padding: 10px 34px; */
    /* margin: 0; */
}

a.welcome-btn:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

/*  */