.y-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

html,
body {
  height: 100%;
}

.layout {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.layout-content {
  overflow-x: hidden;
  padding-top: 32px;
  padding-bottom: 24px;
}

.layout-content::after {
  display: table;
  content: "";
  clear: both;
}

.layout-body {
  flex: 1;
}

.layout-footer .row.grid-actions {
  margin-top: 0;
}