html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #f4f7fa;
}

.content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.content-footer {
  /* padding: 1rem; */
  /* width: 100%; */
  color: white;
  width: 100%;
  text-align: center;
  background-color: #192635;
  margin-top: -38px;
  z-index: 1;
  position: relative;
}

.btn-primary {
  width: 100%;
}

:root {
  --blue-shibata: #24519B;
  --red-shibata: #CA2128;
  --gray: #C4C4C4;
}
