.lp {
  flex-direction: column;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
}

.maincon {
  width: 450px;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.logo {
  width: 200px;
  margin-bottom: 0;
}

.formblock {
  width: 100%;
}

.label.w {
  color: #fff;
}

.input {
  height: 50px;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 16px;
}

.input.combo.in {
  margin-bottom: 5px;
}

.fromgroup {
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 5px;
  flex-direction: column;
  margin-bottom: 39px;
  padding: 25px 20px 15px;
  display: flex;
  position: relative;
}

.fromgroup.alim {
  background-color: #778f3e;
  border-style: none;
}

.formgroup-title {
  background-color: #fff;
  margin-top: -12px;
  margin-left: 15px;
  padding-left: 5px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.consigne {
  background-color: rgba(113, 144, 46, .13);
  padding: 12px;
  font-size: 14px;
}

.submit {
  width: 100%;
  background-color: #ff5959;
  border-radius: 3px;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}

.lunchbox {
  min-height: 20px;
  background-color: #71902e;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 12px 19px 15px;
}

.middaybox {
  min-height: 20px;
  background-color: #eef1e6;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 12px 19px 15px;
}

.title {
  color: #ff5959;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (max-width: 479px) {
  .lp {
    padding: 20px;
  }

  .maincon {
    width: 100%;
    padding-top: 0;
  }

  .logo {
    width: 100px;
  }

  .formgroup-title {
    font-size: 15px;
  }
}
