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

  button {
    padding: 6px 12px;
  }

  /* Form styles */
  text-transform: uppercase;

  .password-form {
    margin-bottom: var(--space-6);
  }
}
