.login.login-split-page #login h1 a {
    margin-left: auto !important;
}

.login .login-heading {
  margin: 0px 0 10px;
}

input#wp-submit {
  margin: 10px 0 0 0;
}

p.submit {
  /** 
   * using !important to give
   * it precedence over buddyboss styles
   */
  margin-top: 10px !important;
}

/**
 * Custom CSS for Simple Google reCaptcha Plugin
 */
/*.sgr-main {
    padding-top: 0px;
}*/

/**
 * Custom CSS for Nextend Social Login Plugin
 */
#nsl-custom-login-form-main .nsl-container-login-layout-below {
  padding: 36px 0 0;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
  display: flex !important;
}

.login .login-heading h2 {
    /*color: #ffffff !important; */
	font-size: 14px !important;
}

.login, body.register.buddypress {
    background: #fef6e9 !important;
}

.login .login-heading a {
    font-weight:  !important;
}

#activate-page p a {
    background-color:#fef6e9;
    color: var(--bb-login-register-button-text-color-regular);
    border-color: var(--bb-login-register-button-border-color-regular);
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    min-height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
}

/*
div#terms-modal {
    background-color: #fef6e9;
}*/

