.password-main-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  height: 100vh;
  justify-content: center;

  button {
    padding: 6px 12px;
  }
}
