body.user-login form:has(.captcha) .form-item-persistent-login {
	bottom: 110px;
}
body.user-login section.block-system form fieldset {
  padding: 60px 20px 0;
}
body.user-login .card__nested-section {
	border-radius: 0 0 12px 12px !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.user-login form:has(.captcha) .form-item-persistent-login {
      bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  body.user-login form:has(.captcha) .form-item-persistent-login {
      bottom: 115px;
  }
}