.eapps-form-element-label {
  font-family: 'Kubik', sans-serif;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}
}
.eapps-form-actions-button {
  display: inline-block;
  position: relative;
  padding: 13px 32px;
  border: none;
  border-radius: 4px;
  outline: none;
  background: #1c91ff;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
}
.eapps-form-element-input-text {
  color: inherit;
  background: transparent;
  display: block;
  width: 100%;
  padding: 16px !important;
  margin: 0 !important;
  border: 1px solid rgba(153,153,153,0.4) !important;
  border-radius: 2px !important;
  outline: none;
  font-size: 20.1px !important;
  line-height: 20px !important;
  height: 58px !important;
  box-sizing: border-box !important;
  transition: all 0.1s ease, height 0s;
  cursor: text;
  appearance: none;
  -webkit-appearance: none;
}