.auth-wrap{
  display:flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 150px);
}

.auth-wrap .card{
  width: min(520px, 100%);
}

.auth-wrap .title{
  margin-top: 0;
  margin-bottom: .35rem;
  color: var(--white);
}

.auth-wrap .subtitle{
  opacity:.86;
  margin-top: 0;
  color: var(--white);
}