.MyLPs {
  padding-bottom: 50px;
  color: white;
  background: #1b1a1b;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: unset;
  max-width: 100% !important;
}
.MyLPs .clrWhite {
  color: white !important;
}
.MyLPs .f36 {
  font-size: 36px;
  line-height: 46px;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 40px;
}
.MyLPs .w300 {
  font-weight: 300;
}
.MyLPs .w400 {
  font-weight: 400;
}
.MyLPs .w900 {
  font-weight: 900;
}
.TopBanner {
  background: url('https://support3.you.gr/you/redesign/contests/2022-Samsung-Galaxy-S/topImg.jpg') center center no-repeat;
  height: 848px;
  margin-bottom: -8%;
}
.H1Wrapper {
  background: white;
  color: black;
}
.H1Wrapper h1 {
  margin: 0;
  padding: 20px 15px;
}
.ContestBox {
  background-color: #dedede;
  padding: 2rem ;
  margin-bottom: 50px;
}
.InputWrapper {
  margin-bottom: 10px;
}
.InputWrapper input {
  width: 100%;
  padding: 20px 10px;
  border: none;
  background-color: white;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 300;
  color: black;
}
.InputWrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}
.InputWrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.InputWrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}
.FirstToKnow {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 50px;
}
.PrivacyStatement {
    
    color: white;
    height: 300px;
    overflow-y: auto;
    padding: 25px;
    text-align:center;
}

.Gdpr {
  font-size: 15px;
  line-height: 25px;
  color: #b0afaf;
}
.Gdpr a {
  color: white;
}
.CheckBoxesWrapper {
  margin-bottom: 10px;
  /*  div {
        font-size: 18px;
        font-weight: 400;
        float: left;
        width: calc(~"100% - 40px");
        padding-left: 10px;
    }*/
}
.CheckBoxesWrapper input {
  float: left;
  width: 20px;
}
.CheckBoxesWrapper div:last-child {
  font-size: 18px;
  font-weight: 400;
  float: left;
  width: calc(100% - 40px);
  margin-top: -5px;
  padding-left: 10px;
}
.Remember {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
  margin-top: 30px;
}
.SubmitInput input {
  color: white;
  background-color: #4960f2;
  border-radius: 10px;
  padding: 25px 30px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  transition: all linear 0.2s;
  cursor: pointer;
  width: 200px;
}
.SubmitInput input:hover {
  background-color: #ffc439;
}
@media (max-width: 1100px) {
  .TopBanner {
    background: url('https://support3.you.gr/you/redesign/contests/2022-Samsung-Galaxy-S/topImg.jpg') center top no-repeat;
    background-size: 150%;
    padding-bottom: 60%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .FirstToKnow {
    font-size: 20px;
    line-height: 30px;
  }
  .Gdpr {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {

    .PrivacyStatement {
        padding: 10px;
    }
}
@media (max-width: 576px) {
  .MyLPs .f36 {
    font-size: 25px;
    line-height: 35px;
  }
  .MyLPs .f30 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .H1Wrapper h1 {
    margin: 0;
    padding: 20px 15px;
    font-size: 25px;
  }
  .TopBanner {
    background: url('https://support3.you.gr/you/redesign/contests/2022-Samsung-Galaxy-S/topImg_m.jpg') center top no-repeat;
    background-size: 100%;
    padding-bottom: 100%;
    margin-bottom: 0;
  }
  .CheckBoxesWrapper div {
    font-size: 16px;
  }
}