@font-face {
  font-family: 'CeraBlack';
  src: url('//www.you.gr/App_Themes/YouGR/fonts/cera-gr-black.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/cera-gr-black.woff') format('woff');
}
@font-face {
  font-family: 'CeraMedium';
  src: url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CeraLight';
  src: url('//www.you.gr/App_Themes/YouGR/fonts/cera-gr-light.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/cera-gr-light.woff') format('woff');
}
.touch .MyContainer {
  background-color: black !important;
}
.ErrorLabel{display:none;}
.EditingFormErrorLabel{color:red}
.MyContainer {
  padding: 0;
  background-color: black;
  position: relative;
  color: white;
}
.TopBanner_small {
  display: none;
}
.ContestContainer {
  background-color: white;
  border-radius: 8px;
  width: 80%;
  position: relative;
  z-index: 5;
  margin: 0 auto 40px auto;
  text-align: center;
  padding: 50px 50px;
}
.ContestTitle {
  font-size: 39px;
  color: #2c2c2c;
  font-family: 'CeraMedium';
}
.ContestSubtitle {
  margin-top: 20px;
  font-size: 39px;
  line-height: 39px;
  color: #2c2c2c;
  font-family: 'CeraMedium';
  margin-bottom: 40px;
}
.InputsWrapper {
  width: calc(50% - 20px);
  margin: 20px 10px;
  float: left;
}
.InputsWrapper input {
  border: solid thin rgba(0, 0, 0, 0.3);
  height: 50px;
  padding: 10px;
  width: 100%;
}
.ErrorMessage {
  color: red;
  font-size: 18px;
  text-align: left;
  font-size: 13px;
  font-style: italic;
  font-family: 'CeraLight';
}
.SayYes {
  font-family: 'CeraMedium';
  color: white;
  font-size: 32px;
  line-height: 42px;
}
.Note {
  font-family: 'CeraLight';
  color: #b0afaf;
  font-size: 15px;
  line-height: 26px;
  margin: 35px auto;
}
.CheckboxesContainer {
  text-align: left;
  margin: 80px auto;
  width: 100%;
  max-width: 768px;
}
.CheckboxesContainer button {
  background-color: white;
  border: none;
  border-radius: 8px;
  padding: 23px 70px;
  font-family: 'CeraBlack';
  font-size: 20px;
  margin: 50px auto 0 auto;
  transition: all linear 0.1s;
}
.CheckboxesContainer button:hover {
  background-color: #fdb913;
}
.CheckBoxesWrapper {
  margin: 25px 0;
}
.CheckBoxesWrapper .EditingFormControlNestedControl { width:30px;display:inline; }
/*input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  font-family: 'CeraLight';
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -2px 15px 0 0;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background: #fff url('/App_Themes/YouGR/img/Contest/tick.png') center center no-repeat;
  background-size: 17px;
}*/
input[type="submit"] {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    padding: 23px 70px;
    font-family: 'CeraBlack';
    font-size: 20px;
    margin: 50px auto 0 auto;
    transition: all linear .1s;
}
.dscl{
  font-family: 'CeraLight';
  font-weight: 700;
  font-size: 16px;
  width:80%;
}
.consent {
  font-family: 'CeraLight';
  color: #0af568;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.TextContainer {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ContestContainer {
    width: 95%;
    margin: 0 auto 40px auto;
    padding: 50px 20px;
  }
  .TextContainer {
    width: 85%;
  }
  .ContestTitle {
    font-size: 30px;
  }
  .ContestSubtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .TopBanner_small {
    display: block;
  }
  .TopBanner {
    display: none;
  }
  .ContestContainer {
    margin: -10px auto 40px auto;
  }
  .InputsWrapper {
    width: calc(100% - 20px);
    margin: 10px 10px;
    float: none;
  }
  .SayYes {
    font-size: 20px;
    line-height: 26px;
  }
}