.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: unset;
  max-width: 100% !important;
}
.ContestBg {
  background: #dc7ff8;
  background: linear-gradient(180deg, #dc7ff8 0%, #cb97f1 51%, #b7b3ea 100%);
  color: #2c2c2c;
  padding-bottom:50px;
}
.ContestTitle {
  font-size: 40px;
  line-height: 50px;
  background-color: #a7c9e5;
  padding: 2px 40px;
  display: inline-block;
  margin-bottom: 30px;
}
.ContestDesc {
  font-size: 25px;
  line-height: 45px;
  width:80%;
  margin:0 auto;
}
.clrWhite {
  color: white !important;
}
.ContestBox {
  background-color: white;
  padding: 70px 20px;
  margin-bottom: 50px;
}

.gifts{
	width:33.3%;
	float:left;
	transition:all linear .1s;
	}
.gifts:hover{
	transform:scale(1.05);
}
.InputWrapper{
	padding:0 15px;
}
.InputWrapper input {
  width: 100%;
  padding: 20px 10px;
  border: solid 2px #a7a9a4;
  font-size: 19px;
  font-weight: 300;
  margin-bottom:20px;
}
.RequiredFields{
	text-align:left;
	}

.Oroi{
	text-align:right;
	color:#113ed0;
}
.FirstToKnow {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 30px;
}
.Gdpr {
  font-size: 15px;
  line-height: 25px;
}
.Gdpr a {
  color: #2c2c2c;
}
.CheckBoxesWrapper {
  margin-bottom: 10px;
}
.CheckBoxesWrapper input {
  float: left;
  width: 20px;
}
.CheckBoxesWrapper div:last-of-type {
  font-size: 18px;
  font-weight: 400;
  float: left;
  width: calc(100% - 40px);
  padding-left: 10px;
  margin-top:-5px;
}
.Remember {
  font-size: 16px;
  text-decoration: underline;
  color: #4c8c66;
  margin-bottom: 20px;
  margin-top: 30px;
}
.SubmitInput input {
  color: black;
  background-color: white;
  border-radius: 5px;
  padding: 20px 30px;
  border: none;
  font-size: 17px;
  font-weight: 700;
  transition: all linear 0.2s;
  cursor: pointer;
}
.SubmitInput input:hover {
  background-color: #ffc439;
}
@media (max-width: 768px) {
  .ContestTitle {
    font-size: 30px;
    line-height: 35px;
  }
  .ContestDesc {
	 width:100%;
    font-size: 20px;
    line-height: 30px;
  }
  .FirstToKnow {
    font-size: 20px;
    line-height: 30px;
  }
  .Gdpr {
    font-size: 13px;
    line-height: 20px;
  }
.gifts{
	width:49%;
	float:unset;
	display:inline-block;
}
}

@media (max-width: 576px) {
	.InputWrapper{
	padding:0 5px;
}
	.gifts{
	width:100%;
	margin:0 auto;
	float:unset;
	display:block;
}
.gifts img{
	margin:0 auto;
}
.RequiredFields{
	margin:15px 0;
}
.RequiredFields, .Oroi{
	text-align:center;
}

}