/* body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  
section, form, .container {
    flex:1;
} */

.checkbox-cell {
  padding: 0 28px 0 28px !important;
}

.payment-link + .control a {
  font-size:0;
}

.payment-link + .control a:after {
  content: 'Klik her!';
  font-size:15px;         /* original font size */
}

#RedeemByLogin {
  display:none;
}

#RedeemByLogin ~ span {
  display: none;
}

.section-landing {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(homehero.jpg) no-repeat center;
  background-size: cover;
}

body {
  font-size: 12px !important;
}