html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#footer {
  margin-top: auto;
}

.text-privacy-police{
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  color:#777;
}

label.required-land::before {
  content: "* ";
  color: red;
  font-size: 1.2em;
}