@charset "UTF-8";

.pmpro .pmpro_section {
  color: #473729;
}

.pmpro > .pmpro_section {
  margin-bottom: 56px !important;
}

.pmpro > .pmpro_section:not(:first-child) {
  margin-top: 56px !important;
}

.pmpro .pmpro_section .pmpro_font-x-large {
  font-size: 32px;
  font-weight: 500;
}

.pmpro .pmpro_section .pmpro_font-large {
  font-size: 26px;
  font-weight: 500;
  color: #473729;
}

.pmpro .pmpro_section .pmpro_card_actions {
  background-color: #fff9f1;
}

.pmpro_section #loginform .login-remember {
  display: none !important;
}

.pmpro_section #loginform .login-submit {
  text-align: center;
}

.pmpro_form_submit {
  justify-content: center;
}

.pmpro_section #loginform .login-submit #wp-submit.button,
.pmpro_section .pmpro_level_group .pmpro_btn,
.pmpro_section .pmpro_form_submit > .pmpro_btn,
#pmpro_form .pmpro_form_submit .pmpro_btn {
  background-color: transparent;
  font-family: "Fira Sans", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  fill: #ffffff;
  color: #ffffff;
  background-image: linear-gradient(180deg, var(--e-global-color-546f94f) 0%, var(--e-global-color-72cdcb2) 100%);
  padding: 16px 24px 18px 24px;
  border-style: none;
  border-radius: 200px 200px 200px 200px;
  cursor: pointer;
  width: auto;
  text-align: center !important;

  /* Override existing styles with default or none */
  border: none;
  box-shadow: none;
  /* box-sizing: content-box; */
  display: inline;
  line-height: normal;
  min-height: auto;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  text-rendering: auto;
  text-transform: none;
  user-select: auto;
  -webkit-user-select: auto;
  touch-action: auto;
  vertical-align: baseline;
  transition: none;
}

.pmpro .pmpro_actions_nav {
  margin-bottom: 24px !important;
}
