.auth-container {
  max-width: 1000px;
}

.auth-form-col {
  background: #fff;
}

.auth-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.link-reset {
  font-size: 0.9rem;
  text-decoration: underline;
}

.social-buttons .btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.auth-info-col {
  border-left: 4px solid #222;
}

.info-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-decoration: underline;
}

.info-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.info-section a {
  text-decoration: underline;
  color: inherit;
}

@media (max-width: 767px) {
  .auth-info-col {
    border-left: none;
    border-top: 4px solid #222;
  }
}
