@import "./profile.css";

/* ── CrownStore — Change Password ────────────────────────────── */

.cs-account .t1-profile-submit.t1-auth-btn {
  width: auto;
  align-self: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 640px) {
  .cs-account .t1-profile-submit.t1-auth-btn {
    width: 100%;
    align-self: stretch;
  }
}