@media screen and (min-width: 992px) {
  body.user-login.user-register-login .form-actions {
    bottom: -96px;
  }
  body.user-login .form-actions {
    bottom: -60px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  body.user-login.user-register-login.not-logged-in .region--content {
    padding-bottom: 36px !important;
  }
  .user-login .user-form .card:not(.card__block .card) {
    margin-bottom: 60px;
  }
  body.user-login .social-user-login-form {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.user-login #edit-actions input[type="submit"] {
    height: 30px;
    width: 160px;
    padding: 0;
    font-size: 14px;
  }
  body.user-login .form-actions {
    bottom: -60px;
  }
  body.user-login.user-register-login .form-actions {
    bottom: -90px;
  }
  body.user-login .social-user-login-form {
    margin-bottom: 60px;
  }
  body.user-login .form-item-persistent-login {
    bottom: 165px;
  }
  body.user-login form:has(.captcha) .form-item-persistent-login {
    /* bottom: 340px; */
    bottom: 190px;
  }
  .social-user-password-form,
  .reactivate-form {
    padding-bottom: 90px;
  }
  form.social-user-password-form #edit-actions,
  form.reactivate-form #edit-actions {
    bottom: -90px;
  }
  .block-page-title-block .section-title {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  body.user-login .form-item-persistent-login {
    /* bottom: 165px; */
    bottom: 210px;
  }
  body.user-login form:has(.captcha) .form-item-persistent-login {
    /* bottom: 355px; */
    bottom: 185px;
  }
  body.user-login #edit-actions input[type="submit"],
  .social-user-password-form #edit-actions input[type="submit"] {
    width: 115px;
    font-size: 12px;
    height: 24px;
    padding: 0px;
  }
  body.user-register-login .card__nested-section {
    margin: 30px -13px -13px;
  }
  form:not(.layout-builder-configure-block) [type="checkbox"] + label:after {
    top: 0 !important;
  }
  body.user-login section.block-system form fieldset {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.user-login section.block-system form fieldset {
    padding-top: 60px;
  }
  form:not(.layout-builder-configure-block)   [type="checkbox"]:checked   + label:before {
    top: 1px;
  }
  body.user-login .fieldset-wrapper .card__nested-section {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.user-login.user-register-login .fieldset-wrapper .card__nested-section {
    margin-right: -20px;
    margin-left: -20px;
  }
  body.user-login.user-register-login.not-logged-in .form-actions {
    bottom: -48px;
  }
  body.user-login.not-logged-in .form-actions {
    bottom: -24px;
  }
  .social-user-password-form,
  .reactivate-form {
    padding-bottom: 48px;
  }
  form.social-user-password-form #edit-actions,
  form.reactivate-form #edit-actions {
    bottom: -48px;
  }
  body.user-login .social-user-login-form {
    margin-bottom: 25px;
  }
  body.user-login.user-register-login.not-logged-in .card:not(.card__block .card) {
    margin-bottom: 48px !important;
  }
  .user-register-login.not-logged-in .main-container {
    padding-bottom: 36px;
  }
  .block-page-title-block .section-title {
    padding-bottom: 20px;
  }
}
/* @media screen and (max-width: 400px) { */
/* body.user-login .form-item-persistent-login { */
/* body.user-login form:has(.captcha) .form-item-persistent-login { */
/* bottom: 395px; */
/* bottom: 420px;
  }
} */
