.site-main article .entry-content.custom-account-page {
  margin-bottom: 3rem !important;
}

.site-main article .entry-content.custom-account-page .woocommerce {
  padding: 1rem 3rem !important;
}

.site-main article .entry-content.custom-account-page .woocommerce-form-login__submit{
  font-family: var(--font-family) !important;
  height: 39px !important;
  min-height: 39px !important;
  border-radius: 30px;
  border: 0px !important;
  padding: 0px 25px !important;
  background: var(--color--primary) !important;
  color: var(--color--white) !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  line-height: 18px;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer !important;
  width: auto !important;
  outline: 0px !important;
}

.site-main article .entry-content.custom-account-page .woocommerce-form-register{
  font-family: var(--font-family);
  font-size: 16px !important;
  line-height: 24px !important;
}

.site-main article .entry-content.custom-account-page .woocommerce-form-row{
  margin-top: 1rem !important;
}

.site-main article .entry-content.custom-account-page .woocommerce-form-register p {
  margin-top: 1rem !important;
}
