.account-password-wrap {
  position: relative;
}

.account-password-wrap input {
  padding-right: 96px;
}

.account-password-wrap button {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-radius: 9px;
  padding: 8px 10px;
  background: var(--blush);
  color: var(--rose);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.account-password-wrap button:hover,
.account-password-wrap button:focus-visible {
  background: #f1dfe2;
  color: var(--deep);
  outline: 2px solid rgba(169, 103, 115, 0.2);
}
