﻿.register-layout {
  width: min(100%, 520px);
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
}

.register-card {
  width: 100%;
}

@media (max-width: 980px) {
  .register-layout {
    width: 100%;
  }
}
