body {
  padding-top: 54px; /* height of the navbar */
  padding-bottom: 128px;
}

.container {
  margin-top: 32px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  text-align: center;
}

.footer .text-muted {
  margin: 20px 0;
}


#loginbox {
  margin-top: 30px;
}

#form > div {
  margin-bottom: 25px;
}

#form > div:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.landotron {
  top: 50%;
  -webkit-transform: translateY(50%); /* Safari */
  transform: translateY(50%);
  display: block;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.landotron::after {
  opacity: 0.3;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.icon-size
{
  font-size: 64px;
}

textarea#levelsTextarea, textarea#levels {
  height: 512px;
  resize: none;
}

.card-fullwidth {
  width: 100%;
}

.collapsebtn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-profile {
  width: 64px;
  height: 64px;
  border-radius: 4px;
}

.language-chooser {
  margin-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.language-chooser a {
  margin: 0 auto;
  color: #555555;
  font-size: smaller;
}
