.MyLPs {
  color: #323131;
  background-color: #fff;
}

.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs img {
  width: auto!important;
  max-width: 100%;
}
.f22 {
  font-size: 22px;
  line-height: 32px;
}
.FormContainer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.FormBg {
  background: url('//support3.you.gr/you/redesign/landing_pages/Microsoft365/images/shutterstock_1143721190.jpg') center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.FormWrapper {
  border: solid 2px #4D4948;
  background-color: white;
  padding: 50px 20px;
  border-radius: 15px;
}
.InputsWrapper {
  text-align: left;
  margin-bottom: 20px;
}
.InputsWrapper label {
  font-weight: 700;
  color: #444444;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.InputsWrapper input {
  border: solid 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px 5px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}
.PrivacyPolicy {
  line-height: 20px;
  color: #3e4349;
  text-align: left;
  margin-top: 10px;
  opacity: 0.8;
}
.CheckboxWrapper {
  text-align: left;
  overflow: hidden;
}
.CheckboxWrapper input {
  width: 20px;
  float: left;
}
.CheckboxWrapper label {
  width: calc(100% - 50px);
  float: left;
  color: #3e4349;
  font-weight: 600;
  font-size: 13px;
}
.btnSubmit {
  margin-top: 50px;
  display: block;
}
.btnSubmit input {
  background-color: #f6b800;
  color: #3e4349;
  border-radius: 50px;
  padding: 15px 35px;
  border: none;
  font-weight: 600;
  font-size: 13px;
}
.btnSubmit input:hover {
  background-color: #3e4349;
  color: #f6b800;
}

.Freedownload_btn {
    background-color: #f6b800;
    color: #3e4349;
    border-radius: 50px;
    padding: 15px 35px;
    border: none;
    font-weight: 600;
    font-size: 13px;
}
.Freedownload_btn:hover {
    background-color: #3e4349;
    color: #f6b800;
}
.thankyou_page {
    height: calc(100vh - 78px);
    display: flex;
    justify-content: center;
}
@media (max-width: 576px) {
  .MyLPs .f24 {
    font-size: 18px;
  }
}