/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 140px; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #181818;
  color:#fff;
}

.flash-message {
  margin: 20px 0;
}

.content {
  margin: 40px 0;
}

.order-confirmation {
  margin-bottom:20px;
}

.login-register {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 10% 0;
  position: fixed;
  width: 100%;
}

.login-box {
  border: 0;
  margin: 0 auto;
  width: 400px;
}

.login-box .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

.login-box img {
  margin-bottom: 30px;
}

.login-box .footer {
  left: 0;
  right: 0;
  width: 100%;
}
