.auth-page__container {
  display: flex;
  width: 100%;
  gap: 3.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}