
.cover-page_others {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: auto;
}

.cover-page_others .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cover-page_others .footer {
  flex-shrink: 0;
}


.cover-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: auto;
}

.cover-page .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cover-page .footer {
  flex-shrink: 0;
}