html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

footer {
  flex-shrink: 0;
  background-color: #f5f5f5;
  font-size: 0.8rem;
  padding: 1em;
}

main {
  flex: 1 0 auto;
  width: auto;
  margin: auto;
  max-width: 900px !important;
  padding: 0 15px;
}

h1 {
  font-weight: 100;
  font-size: 3rem;
  margin: 1.5rem 0 2rem;
}

.landing-page {
  padding: 2em;
  display: flex;
  justify-content: center;
}

.required-field label:after {
  content: '*';
  color: #777777;
}

.landing-page .page-title {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #0073a0;
  margin-left: 1rem;
  vertical-align: middle;
}

.navbar-ruv {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  color: #0073a0;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.ruv-logo {
  width: 4rem;
}

.ruv-logo-navbar {
  width: 30px;
}

.kennis-logo {
  max-width: 80%; /* Ensures the image scales with its parent container */
  height: auto; /* Maintains the image's aspect ratio */
  max-height: 100%; /* Adjust this value to your preferred maximum height */
}

.btn-center {
  display: flex;
  justify-content: center;
}