#form-login > fieldset > div:last-of-type {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

#form-login > fieldset > div:last-of-type > .form-group {
  display: contents;
}

.plg_system_samllogin_login_button {
  order: 1;
}

.plg_system_samllogin_login_button svg {
  vertical-align: text-top;
  width: 20px;
  height: 20px;
}

.plg_system_samllogin_login_button svg path {
  fill: currentColor;
}
