.account-card {
  margin-top: 20px;
}

.account-form-wrap {
  padding: 26px;
  max-width: 760px;
}

.account-password-form {
  margin-top: 22px;
}

.password-actions {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 620px) {
  .password-actions {
    justify-content: stretch;
  }

  .password-actions .primary-button {
    width: 100%;
  }
}
