.register-block {
  padding: 60px 0;
  background-color: #eee;
}
.register-card {
  border-radius: 25px;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

/* Chỉ áp dụng cho page search */
.search-page {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 70px; /* tránh navbar fixed-top che nội dung */
  height: calc(100vh - var(--header-height) - var(--footer-height));
}
