
  body {
    background-image: url('https://www.ebgames.ca/Views/Locale/Content/Images/contests/movies/fantasticbeasts/bg.png?1') !important;
    background-position: center top  !important;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .loginFormIn {
    color: #111 !important;
  }

.hero {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 24px;
}


.hero img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


  body,
  .mainContainer,
  .mainBody {
    background-color: #fff;
  }

  .mainContainer {
      padding-top: 0;
  }

  .mainContainer input[type="text"],
  .mainContainer input[type="email"],
  .mainContainer input[type="number"] {
    display: block;
    width: 100%;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    margin: 0 0 15px 0;
    font-size: 16px;
    background: #fff;
    border: #ccc solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

.fantasticbeasts-contest {
  margin: 0 auto;
  margin-bottom: 30px;
}

.fantasticbeasts-contest a {
  color: #CD0000;
}

.fantasticbeasts-form-frame {
  margin: 0 auto;
  max-width: 700px;
  color: #000;
  background: #fff;
}

.fantasticbeasts-form-frame b,
.fantasticbeasts-form-frame strong{
  font-family: helvetica,'arial narrow';
  font-weight: 100;
}


.fantasticbeasts-form-frame .half {
  display: inline-block;
  width: 48%;
}


.fantasticbeasts-form-frame .half:first-of-type {
  margin-right: 2.8%;
}



.fantasticbeasts-form-frame fieldset {
  border: none;
  margin: 0 auto;
  max-width: 450px;
  padding: 5vh 5vw;
}

.fantasticbeasts-legal {
  max-width: 320px;
  text-align: center;
  font-size: .8rem;
  opacity: .8;
  margin: 0 auto
}

.fantasticbeasts-legal a {
  display: block;
}

.fantasticbeasts-button {
  display: block;
  max-width: 320px;
  text-align: center;
  margin: 20px auto;
  color: #fff !important;
  font-size: calc(1em + 1vw);
  padding: 20px;
  cursor: pointer;
  background: #003a6c;
  border-radius: 5px;
}


.fantasticbeasts-button span {
  color: #fff;
}


.rules {
  margin: 5vh auto;
  color: #000;
  padding: 0 5vw;
}

.rules p,
.rules strong,
.rules h2 {
  margin-bottom: 1em;
}

.rules strong {
  margin-top: 1em;
  color: #000;
}



.contest-winner {
  margin: 0 auto;
  max-width: 700px;
  color: #000;
  font-size: 1.2em;
  text-align: center;
}

.contest-winner h3 {
  margin: 12px 0;
}

.longlist {
  column-count: 4;
}


.contest-winner ul {
  margin-bottom: 52px;
}








@media (max-width: 568px) {

  .main-body,
  .fantasticbeasts-contest  {
    text-align: left !important;
  }

  .fantasticbeasts-form-frame fieldset {
    padding: 12px;
  }

  .longlist {
    column-count: 1;
  }


}

