﻿.MyLPs {
  background: #804ac3;
  background: linear-gradient(0deg, #804ac3 0%, #2b2d40 100%);
  padding: 50px 0;
  color: #2b2d40;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 35px;
}
.MyLPs .w900 {
  font-weight: 900;
}
.MyLPs .btnCommon {
  font-size: 20px;
}
.MyLPs .form_wrapper {
  background-color: white;
  padding: 50px;
  border-radius: 30px;
}
.inputFields {
  margin-bottom: 10px;
}
.inputFields input {
  border: solid 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #2b2d40;
  font-family: 'Proxima Nova', sans-serif !important;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2b2d40;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2b2d40;
  opacity: 1;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2b2d40;
  opacity: 1;
}
.ColoredForm {
  background: #ece4f6;
  border-radius: 40px;
  padding: 30px 0 20px 0;
  margin-top: 20px;
}
.ColoredForm input {
  border: none;
}
.Checkboxes_wrapper {
  display: flex;
  margin: 20px 0;
  text-align: left;
}
.Checkboxes_wrapper a {
  color: #4357df;
}
.Checkboxes_wrapper div:first-child {
  margin-right: 10px;
}
.submit_btn input {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #2C2D31;
  background-color: #ffc439;
  border-radius: 5px;
  border: none;
  padding: 10px 30px 11px 30px;
  margin-top: 8px;
  margin-bottom: 14px;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
  font-family: 'Proxima Nova', sans-serif !important;
}
.submit_btn input:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .ColoredForm {
    background: #ece4f6;
    border-radius: 40px;
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .MyLPs .form_wrapper {
    padding: 50px 20px;
  }
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 30px;
  }
  .MyLPs .f20 {
    font-size: 18px;
    line-height: 25px;
  }
}