#wpbody-content {
  padding-bottom: 0;
}

#wpcontent {
  padding-left: 0 !important;
}
.wrap {
  margin: 0 !important;
}

#wpfooter {
  display: none;
}

/**
* Gravity Forms Preview Styles
*/

/* Hide the Gravity Form preview bar */
#preview_top,
#browser_size_info {
  display: none !important;
}

#preview_form_container {
  margin: 4px !important;
  padding: 8px !important;
}

.gc-wrapper {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 100px 0px 0px 0px;
  width: 100%;
}

.launch-button {
  background-color: #bce0ff;
  color: rgb(23, 77, 158);
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  border: 0px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.launch-button svg {
  margin-right: 50px;
  padding: 10px 10px 10px 10px;
}

.launch-button:hover {
  color: rgb(255, 255, 255);
  background-color: #91cbfe;
}
