html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  flex-wrap: wrap;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin-wide {
  max-width: 650px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"],
.form-signin input[type="date"] {
  margin-bottom: -1px;
}

.table tr:nth-child(odd) {
  background-color: #eee;
}

#checkout {
  min-height: 200px;
}

.dev-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.35rem 0.75rem;
  font-size: 0.7rem;
  line-height: 1.2;
  color: #888;
  text-align: center;
  pointer-events: none;
}
