/* web/parent/register.php — logo header + a couple of page-specific tweaks
   that don't belong in the shared main.css. */

.top-bar {
  justify-content: center;
  margin-bottom: 16px;
}

/* Phone: the back button sits alone on its own line under the logo —
   center it instead of leaving it flush left. */
@media (max-width: 600px) {
  .register-back {
    display: flex;
    margin: 0 auto 16px;
    width: fit-content;
  }
}
