html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  flex: 1;
}

.login-page {
  background-color: #f3f3f3;
}

.login-box {
  margin-top: 200px;
  width: 400px;
}

.login-card-body {
  padding: 25px;
}

footer.sticky-footer {
  text-align: center;
  padding: 10px 0;
  background-color: #f8f9fa;
  width: 100%;
  position: sticky;
  bottom: 0;
  background-color: #f3f3f3;
}

@media (max-height: 600px) {
  .login-box {
    margin-top: 50px;
  }
}
