.account-panel #loginform #wp-submit:disabled,
.account-panel #loginform #wp-submit:disabled:hover,
.account-panel .registration-form button[type="submit"]:disabled,
.account-panel .registration-form button[type="submit"]:disabled:hover {
  opacity: .45;
  cursor: not-allowed;
  background: var(--yellow, #ffbd16);
  box-shadow: none;
  transform: none;
}
