@import url(https://fonts.googleapis.com/css?family=Karla);html {
  position: relative;
  min-height: 100%;
}

body {
  background: url(/storage/images/app/backgrounds/background__.png) no-repeat 0 center;
  background-size: cover;
  font-family: 'Karla', sans-serif;
  margin-bottom: 80px;
}

h1 {
  color: #fff;
}

h2 {
  color: #fff;
}

h3 {
  color: #fff;
}

h4 {
  color: #fff;
}

.legal {
  color: #000;
}

.competition-rules-title {
  background-color: #00ADD8;
  padding: 5px;
  color: #fff;
}

ul li {
  line-height: 1.7;
}

a {
  color: #fff;
  text-decoration: underline;
}

.text-white {
  color: #fff;
}

.error-background {
  background-color: #fff;
}

.center-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #000;
  padding: 5px 40px 15px 40px;
  margin-top: 50px;
  text-align: center;
}

.register-box {
  margin-top: 20px;
}

.cookie-box {
  background-color: #febaad;
  border: 1px solid #000;
  bottom: 0;
  height: auto;
  min-height: 600px;
  padding: 5px 40px 15px 40px;
  top: 100px;
  z-index: 99;
}

.legal-box {
  background-color: rgba(181, 181, 181, 0.3);
  color: #000;
  padding: 40px;
  text-align: justify;
}

.btn-border-bottom {
  background-color: #52668e;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.5rem 1rem;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.btn-lgpd {
  padding: 0;
}

.btn-border-bottom:hover {
  background-color: #7990c1;
}

@media only screen and (max-width: 403px) {
  .btn-border-bottom {
    font-size: 20px;
    padding: 0;
  }
}

@media only screen and (min-width: 404px) and (max-width: 767px) {
  .btn-border-bottom {
    font-size: 25px;
    padding: 0;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background: url(/storage/images/app/backgrounds/navbar.jpg) no-repeat 0 center;
}

#nestle-logo {
  padding: 15px;
}

p > a {
  color: #000;
}

@media only screen and (max-width: 403px) {
  .footer {
    height: 0;
    background-color: #c4c4c4;
  }
}

@media only screen and (min-width: 404px) and (max-width: 767px) {
  .footer {
    height: 0;
    background-color: #c4c4c4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 994px) {
  .footer {
    height: 0;
    background-color: #c4c4c4;
  }
}

@media only screen and (min-width: 995px) and (max-width: 1199px) {
  .footer {
    height: 0;
    background-color: #c4c4c4;
  }
}

.input-height {
  height: 50px;
  font-size: 20px;
}

.white-label {
  font-weight: bold;
  color: #fff;
}

