﻿.MyLPs {
    background-color: #260556;
}

    .MyLPs .f26 {
        font-size: 26px;
        line-height: 35px;
    }

    .MyLPs .f30 {
        font-size: 30px;
        line-height: 35px;
        color: white;
    }

    .MyLPs .f72 {
        font-size: 72px;
        line-height: 75px;
        color: #02c4f3;
        font-weight: 800;
        margin: 10px 0;
    }

    .MyLPs [class*="flexCol_"] {
        padding: 0px 15px;
    }

.weight_bold {
    font-weight: 800;
}

.weight_light {
    font-weight: 200;
}

.MyLPs input[type='submit'] {
    background-color: #4960f2;
    border: none;
    color: white;
    border-radius: 8px;
    padding: 15px 60px;
    font-size: 18px;
    font-weight: 600;
    margin: 10px auto;
    cursor: pointer;
    transition: all linear 0.1s;
}

    .MyLPs input[type='submit']:hover {
        opacity: 0.8;
    }

.ProgramIconSection {
    font-size: 36px;
    color: white;
    display: flex;
}

    .ProgramIconSection img {
        margin-right: 10px;
        max-width: 89px !important;
    }


.InputFieldsWrapper {
    background: rgb(69,94,237);
    background: linear-gradient(54deg, rgba(69,94,237,1) 0%, rgba(34,172,249,1) 70%, rgba(34,172,249,1) 100%);
    padding: 30px !important;
    border-radius: 10px;
    margin-top: -250px;
}

.InputFieldsTitle {
    color: white;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

    .InputFieldsTitle div {
        font-size: 36px;
        font-weight: 800;
        line-height: 40px;
    }

    .InputFieldsTitle span {
        font-size: 28px;
        font-weight: 200;
        line-height: 33px;
    }

.InputFields {
    margin-bottom: 15px;
}

    .InputFields input {
        border: none;
        background: rgb(66,87,206);
        background: linear-gradient(83deg, rgba(66,87,206,1) 0%, rgba(53,114,209,1) 70%, rgba(53,114,209,1) 100%);
        height: 70px;
        padding: 0 10px;
        width: 100%;
        border-radius: 6px;
        color: white;
        font-size: 16px;
    }


::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.WhyYou {
    padding: 25px 80px;
    background: rgb(124,29,201);
    background: linear-gradient(83deg, rgba(124,29,201,1) 0%, rgba(124,29,201,1) 33%, rgba(35,6,71,1) 69%, rgba(35,6,71,1) 100%);
    display: flex;
    justify-content: center;
    color: white;
}

    .WhyYou div:first-of-type {
        font-size: 40px;
        font-weight: 700;
        margin-right: 30px;
    }

    .WhyYou > div {
        align-self: center;
        display: flex;
        margin-right: 20px;
    }

    .WhyYou div span {
        align-self: center;
    }

    .WhyYou div img {
        width: 56px;
    }


.MyLPsfooter {
    padding: 30px 0 !important;
}


.pointsContainer {
    border-left: solid thin rgba(255,255,255,0.6);
    padding-left: 50px !important;
}

.points {
    color: white;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
}

.pointsDesc {
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.btnyouClub {
    background-color: white !important;
    color: #2b2c40 !important;
    font-size: 14px;
    font-weight: 700;
    width: 200px;
    margin: 0 auto;
}

    .btnyouClub:hover {
        background-color: #ffc439 !important;
    }

@media (max-width: 991px) {

    .btnyouClub {
        margin-top:20px!important;
    }
}

@media (max-width: 768px) {
    .MyLPs .f26 {
        font-size: 20px;
        line-height: 25px;
    }

    .MyLPs .f30 {
        font-size: 25px;
        line-height: 30px;
        color: white;
    }

    .MyLPs .f72 {
        font-size: 50px;
        line-height: 55px;
        margin-top: 20px;
    }

    .ProgramIconSection {
        font-size: 30px;
    }

        .ProgramIconSection img {
            max-width: 49px !important;
        }

    .InputFieldsWrapper {
        padding: 30px 0 !important;
    }

    .InputFieldsTitle div {
        font-size: 26px;
        line-height: 35px;
    }

    .InputFieldsTitle span {
        font-size: 20px;
        line-height: 25px;
    }

    .CheckboxesContainer {
        width: 100%;
    }

    .WhyYou {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .WhyYou div:first-of-type {
            width: 100%;
            margin-bottom: 30px;
            margin-right: 0;
        }

        .WhyYou div {
            margin-right: 0;
            padding: 0 10px;
            margin-bottom: 10px;
        }

    .pointsContainer {
        border-left: none;
        padding-left: 0 !important;
        text-align: center;
        margin-bottom: 20px;
    }
}
