body,
html {
  height: 100%;
}

.parallax {
  min-height: 100%;
  background-image: url('../img/random_bg.php');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.buttoncestino {
  background: url('../../img/cestino.jpg');
  background-repeat: no-repeat;
  padding-left: 30px;
}

/* wrap the label & input  */
form>div {
  margin-bottom: 0.75rem;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
  width: auto;
}