* {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  padding: 0 10px;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(Mill-Conder-Green.jpeg);
  background-position: center;
  background-size: cover;
}

.wrapper {
  width: 80%;
  max-width: 400px;
  border-radius: 8px;
  padding: 2%;
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-none {
  display: none;
}

form {
  display: flex;
  flex-direction: column;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

h3 {
  background-image: url(background.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 105px;
  /* width: 525px; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

}

.input-field {
  position: relative;
  border-bottom: 2px solid #ccc;
  margin: 15px 0;
}

.input-field label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  pointer-events: none;
  transition: 0.15s ease;
}

.input-field input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.input-field input:focus~label,
.input-field input:valid~label {
  font-size: 0.8rem;
  top: 10px;
  transform: translateY(-120%);
}

.forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 35px 0;
  color: #fff;
  text-align: center;
  padding-left: 0px;
}

#remember {
  accent-color: #fff;
}

.forget label {
  display: flex;
  align-items: center;
}

.forget label p {
  margin-left: 8px;
}

.wrapper a {
  color: #ffffff;
  text-decoration: none;
}

.wrapper a:hover {
  text-decoration: underline;
}

button {
  background: rgb(255, 255, 255);
  color: #000;
  font-weight: 600;
  border: none;
  padding: 12px 70px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  border: 2px solid transparent;
  transition: 0.3s ease;

}

button:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.15);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  /*height: 100%;*/
  max-height: 600px;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

.terms {
  max-height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  border: 1px solid rgb(0, 0, 0);
  padding: 10px;
  border-radius: 5px;
  /*text-align: center;*/
}

.powerby {
  background-image: url(pb_optimus_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 525px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-15px);
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.butt1 {
  color: rgb(0, 0, 0);
  text-align: center;
  /*transform: translateY(-46px);*/
  background: rgba(19, 190, 42, 0.15);
  transform: translateX(30%);
}

.butt2 {
  color: rgb(0, 0, 0);
  text-align: center;
  /*transform: translateY(-46px);*/
  background: rgba(221, 4, 4, 0.15);
  transform: translateX(30%);
}


.butt1:hover {
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  background: rgba(19, 190, 42, 0.282);
}

.butt2:hover {
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  background: rgba(221, 4, 4, 0.282);
}

.butt4:hover {
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  background: rgba(19, 190, 42, 0.282);
}

.butt3:hover {
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  background: rgba(221, 4, 4, 0.282);
}

.tickbox {
  transform: translateX(-5px);
  width: 10px;
  height: 10px;
  -webkit-appearance: auto;
}

.terms-title {
  text-align: center;
  padding-bottom: 15px;
}

.marketing-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.marketing-consent {
  max-height: 400px;
  margin-bottom: 20px;
  border: 1px solid rgb(0, 0, 0);
  padding: 10px;
  border-radius: 5px;
  text-align: center;

  
}

.button {
  color: rgb(0, 0, 0);
  text-align: center;
  height: 50px; 
  width: 150px; 
  display: flex;
  justify-content: center;
  align-items: center;
  
}

/* Terms and conditions close button */
.butt3 {
  background: rgba(221, 4, 4, 0.15);
  align-items: center;
  justify-content: center;
}

/* Terms and conditions agree button */
.butt4 {
  background: rgba(19, 190, 42, 0.15);
}


.butt4 {
  margin: 1% auto; 
  display:inline-block; 
  margin-left: 5%;
}


@media screen and (max-width: 600px) {
  .button {
    width: 100%; 
  }
}


img,
video {
  max-width: 100%;
  height: auto;
}



[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {

  .col-s-1 {
    width: 8.33%;
  }

  .col-s-2 {
    width: 16.66%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.33%;
  }

  .col-s-5 {
    width: 41.66%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.33%;
  }

  .col-s-8 {
    width: 66.66%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.33%;
  }

  .col-s-11 {
    width: 91.66%;
  }

  .col-s-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {

  /* For desktop: */
  .col-1 {
    width: 8.33%;
  }

  .col-2 {
    width: 16.66%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33%;
  }

  .col-5 {
    width: 41.66%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33%;
  }

  .col-8 {
    width: 66.66%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33%;
  }

  .col-11 {
    width: 91.66%;
  }

  .col-12 {
    width: 100%;
  }
}

.optimg {
  transform: translateX(auto);
  width: 40%;
  transform: translateX(80%);
  padding-top: 7%;
}


.termsButtonBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
