body {
  padding-top: 56px;

  background-image: url("../images/background.jpg");
  background-color: #fff; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Auto size the background image to cover the entire container */
}

.background {
  background-color: #cccccc; /* Used if the image is unavailable */
}

.whitebackground {
  background-color: #fff; /* white background */
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 1.25rem;
}

.div-center {
  align: center;
}

.img-splash {
  align: center;
}

.img-logo {
  align: left;
  padding-right: 0.5rem;
}

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