/* Keep the introduction content centered within the left panel. */
.sign-in-intro .intro-copy {
  width: min(430px, 100%);
  margin: auto;
}

@media (max-width: 760px) {
  .sign-in-intro .intro-copy {
    margin: 45px 0 0;
  }
}
