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

header {
  background-size: cover;
  background-position: center; 
  background-color: #002e96;
  color: #fff;
  padding: 10px 50px 10px 50px;
  text-align: center;
  margin-bottom: 0px;
}

header a, header a:hover {
  color: #fff;
  text-decoration: none;
}


footer {
  margin-top: auto;
  padding: 10px;
  background-color: #F6F6F6;
}

.copyright {
  padding: 50px 0;
  color: #999;
  text-align: center;
  font-size: 80%;
}

.copyright a {
  color: inherit;
}

.account-card {
  width: 400px;
  max-width: 100%;
  margin: 80px auto;
  text-align: center;
}

.highlight {
  background-color: yellow !important;
}

.header-row {
  background-color: #eee;
}

.undecorated {
  text-decoration: none;
}

input[type="checkbox"] {
  margin-top: 12px;
}