/*
content container
*/
div.ccm-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*
footer
*/
div.ccm-page footer {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: auto;
}
