.register-container {
  max-width: 600px;
}

form label {
  font-weight: 500;
}

form .form-control {
  border-radius: 8px;
}

form .form-check-label {
  font-size: 0.95rem;
}

form button {
  border-radius: 8px;
}