


@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('./fonts/Cera GR Light.woff') format('woff');
}

@font-face {
  font-family: 'CeraBlack';
  src: url('//www.you.gr/App_Themes/YouGR/fonts/cera-gr-black.woff') format('woff'), url('//www.you.gr/App_Themes/YouGR/fonts/cera-gr-black.otf') format('opentype');
}

.touch .MyContainer {
  background-color: #4ba4e0 !important;
}
.MyContainer {
  padding: 0;
  background-color: #4ba4e0;
  position: relative;
  color: white;
  padding-top: 50px;
  padding-bottom: 100px;
}
.HeaderTitle {
  font-family: CeraBlack;
  font-size: 50px;
}
.HalfDivs {
  width: 50%;
  float: left;
  padding: 0 15px;
  font-size: 28px;
  color: white;
  font-family: CeraBlack;
  margin-bottom: 20px;
}
.HalfDivs img {
  margin: 0 auto 20px auto;
  display: block;
}
.ContestContainer {
  background-color: white;
  border-radius: 8px;
  width: 90%;
  position: relative;
  z-index: 5;
  margin: 50px auto 40px auto;
  text-align: center;
  padding: 50px 50px;
}
.ContestContainer input[type=submit] {
  background-color: #2b85c3;
  border: none;
  border-radius: 8px;
  padding: 23px 70px;
  font-family: 'CeraBlack';
  font-size: 20px;
  margin: 0 auto;
  color: white;
  position: relative;
  top: 85px;
}
.ContestSubtitle {
  margin-top: 20px;
  font-size: 39px;
  line-height: 45px;
  color: #4ba3df;
  font-family: CeraBlack;
  margin-bottom: 40px;
}
.InputsWrapper {
  width: 46%;
  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: 'CeraMedium';
}
.SayYes {
  font-family: CeraBlack;
  color: white;
  font-size: 32px;
  line-height: 42px;
}
.SayYes span {
  font-family: 'CeraMedium';
  display: block;
  margin-top: 20px;
  font-size: 28px;
  line-height: 32px;
}
.TextContainer {
  width: 90%;
  margin: 50px auto;
}
@media (max-width: 991px) {
  .ContestContainer {
    margin: 50px auto 40px auto;
  }
}
@media (max-width: 768px) {
  .ContestContainer {
    width: 95%;
    padding: 50px 20px;
  }
  .TextContainer {
    width: 85%;
  }
  .ContestSubtitle {
    font-size: 25px;
    line-height: 30px;
  }
  .HalfDivs {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .HeaderTitle {
    font-size: 30px;
    line-height: 35px;
  }
  .HalfDivs {
    width: 100%;
  }
  .ContestContainer {
    margin: 50px auto 40px auto;
    padding: 40px 10px;
  }
  .InputsWrapper {
    width: 100%;
    margin: 10px 0px;
    float: none;
  }
  .SayYes {
    font-size: 20px;
    line-height: 26px;
  }
  .SayYes span {
    font-size: 16px;
    line-height: 23px;
  }
}