.message p {
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.525vw;
    text-align: center;
    line-height: 1.2;
}

.plain-ml-wrapper.firstMlistForm.mlistPage {
    max-width: 50%;
    margin: 8vw auto 10vw;
    margin-top: 0;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .mlform>div {
    margin: 0 auto;
    margin-top: 2vw;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .mlform label,
.plain-ml-wrapper.firstMlistForm.mlistPage .mlform label.birthday {
    display: block;
    text-align: left;
    font-size: 1.667vw;
    text-transform: capitalize;
    padding-bottom: 0.6vw;
    letter-spacing: 0.06vw;
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .mlform input:not([type="checkbox"]),
.plain-ml-wrapper.firstMlistForm.mlistPage .mlform select {
    font-size: 1.2vw;
    font-style: normal;
    height: 3.5vw;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
}

input,
select {
    background: #fff;
    padding: 0 0.5vw;
    box-sizing: border-box;
    color: #000000;
    width: 100%;
    display: block;
    border: 0.208vw solid #000000;
    border-radius: 0;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .mlform .dobMonth.fieldWrap,
.plain-ml-wrapper.firstMlistForm.mlistPage .mlform .dobDay.fieldWrap {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .mlform label.goptin_checkbox {
    color: #888;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    font-size: 1.3vw;
    margin-top: 0;
    padding-left: 3vw;
    letter-spacing: 0.04vw;
    padding-bottom: 0;
    line-height: 2;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .globaloptin [type="checkbox"]:not(:checked),
.globaloptin [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 2vw;
    height: 2vw;
    z-index: 10;
    top: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    color: #FDFDFD;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .terms {
    text-align: center;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .terms a {
    font-size: 0.773vw;
    width: auto;
    display: inline-block;
    color: #FDFDFD;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .terms a:hover {
    text-decoration: underline;
}

.plain-ml-wrapper.firstMlistForm.mlistPage p.terms-message.fadeIn {
    position: relative;
    top: auto;
    bottom: auto;
    color: #000000;
    text-align: left;
    padding: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.773vw;
    background: #ffffff;
}

form.mlistFormOne>div.submit {
    width: 35%;
}

div.thankyou {
    font-size: 2.525vw;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FDFDFD;
}



.fadeOut {
    display: none;
}

.logo {
    width: 5vw;
    margin: 8vh auto 8vh;
    text-align: center;
}

body {
    background: #000;
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

.logo a {
    display: block;
}

.logo a:hover {
    opacity: 0.6;
}

span.input-error {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ff0000;
}

input.email.errored {
    border-color: #ff0000;
}

input#submitbutton:hover {
    opacity: 0.7;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .mlform>div.terms {
    margin: 0.7vw auto 0;
}

form.mlistFormOne {
    margin: 0;
}

.globaloptin {
    position: relative;
    margin: 0vw auto;
    width: 100%;
    text-align: left;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .globaloptin [type="checkbox"]:not(:checked),
.globaloptin [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 2vw;
    height: 2vw;
    z-index: 10;
    top: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.plain-ml-wrapper.firstMlistForm.mlistPage .mlform label.goptin_checkbox {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    font-size: 1vw;
    margin-top: 0;
    padding-left: 3vw;
    letter-spacing: 0.04vw;
    padding-bottom: 0;
    line-height: 2;
    cursor: pointer;
}

.globaloptin [type="checkbox"]:not(:checked)+label:before,
.globaloptin [type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2vw;
    height: 2vw;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.globaloptin [type="checkbox"]:not(:checked)+label:after,
.globaloptin [type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.4vw;
    line-height: 1;
    left: 0.5vw;
    font-size: 1.4vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    transform: scale(0);
}

.plain-ml-wrapper [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

input#submitbutton {
    cursor: pointer;
}

.thankyou.fadeOut.fadeIn {
    display: flex;
    min-height: 42vh;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.mlist-title {
    font-size: 4vw;
    color: #FDFDFD;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-style: normal;
}

.plain-ml-wrapper select {
    appearance: none;
    background: url("../assets/triangle-down-blk.svg") no-repeat #FDFDFD;
    background-size: 1.5vw;
    background-position: 97%;
}

.plain-ml-wrapper.firstMlistForm.mlistPage p.terms-message.fadeIn a {
    color: #000000;
    text-transform: unset;
    text-decoration: underline;
}

.plain-ml-wrapper.firstMlistForm.mlistPage p.terms-message.fadeIn a:hover {
    text-decoration: none;
}

span.input-error {
    font-size: 1.2vw;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {
    .plain-ml-wrapper.firstMlistForm.mlistPage {
        padding-top: 15vw;
        max-width: 84%;
    }

    p.message-description {
        font-size: 5.667vw;
    }

    .logo {
        width: 20%;
        margin: 10vh auto 0vh;
    }

    .plain-ml-wrapper.firstMlistForm.mlistPage .mlform>div.mlist-title {
        font-size: 9vw;
        margin: 0 auto;
    }

    .plain-ml-wrapper.firstMlistForm.mlistPage .mlform label,
    .plain-ml-wrapper.firstMlistForm.mlistPage .mlform label.birthday {
        font-size: 4vw;
    }

    .plain-ml-wrapper.firstMlistForm.mlistPage .mlform input:not([type="checkbox"]),
    .plain-ml-wrapper.firstMlistForm.mlistPage .mlform select {
        height: 8vw;
        font-size: 4vw;
    }


    .plain-ml-wrapper.firstMlistForm.mlistPage .mlform label.goptin_checkbox {
        font-size: 3.8vw;
        padding-left: 7vw;
        line-height: 4.8vw;
        width: 90%;
    }

    .globaloptin [type="checkbox"]:not(:checked)+label:before,
    .globaloptin [type="checkbox"]:checked+label:before {
        width: 5vw;
        top: 2vw;
        height: 5vw;
    }

    .globaloptin [type="checkbox"]:not(:checked)+label:after,
    .globaloptin [type="checkbox"]:checked+label:after {
        top: 2.2vw;
        font-size: 4.3vw;
    }

    .plain-ml-wrapper.firstMlistForm.mlistPage .terms a {
        font-size: 3vw;
    }

    .plain-ml-wrapper.firstMlistForm.mlistPage .mlform>div.terms {
        margin: 3vw auto 0;
    }

    span.input-error {
        font-size: 3vw;
    }

    .plain-ml-wrapper.firstMlistForm.mlistPage p.terms-message.fadeIn {
        font-size: 3vw;
        padding: 2vw;
    }

    .plain-ml-wrapper.firstMlistForm.mlistPage p.terms-message.fadeIn a {
        font-size: 3vw;
    }

    .thankyou.fadeOut.fadeIn {
        font-size: 5vw;
        min-height: 57vh;
    }

    .plain-ml-wrapper.firstMlistForm.mlistPage .mlform>div.globaloptin {
        margin: 4vw auto;
    }

    .plain-ml-wrapper select {
        background-size: 6vw;
    }
}

/* New CSS */
.consent-placeholder {
    position: relative;
    margin: 3.5vh auto 0;
    display: block;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 1.8vw;
    height: 1.8vw;
    z-index: 10;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: auto;
    width: 1.8vw;
    height: 1.8vw;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked)+label:before {
    border-color: red;
}

.plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.98vw;
    padding-left: 2.54vw;
    vertical-align: top;
    font-weight: 400;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: 0.8vh;
    line-height: 1;
    left: 0.45vw;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
    color: #ffffff;
}

.consent-placeholder span.input-error {
    color: red;
    position: absolute;
    top: -3.25vh;
    left: 0;
    bottom: auto;
}

.secondform .consent-placeholder {
    margin: 0 auto 2vh;
}

span.consent-placeholder a {
    color: #FFF;
}

span.consent-placeholder a:hover {
    text-decoration: none;
}


@media only screen and (max-width: 1024px) {

    .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label {
        font-size: 4.024vw;
        padding-left: 7.94vw;
    }

    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked,
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before,
    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before {
        width: 5.8vw;
        height: 5.8vw;
    }

    .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after {
        top: 0.528vh;
        left: 1.5vw;
        font-size: 15px;
    }
}
@media only screen and (max-width:1023px) and (orientation: landscape){
    .consent-placeholder span.input-error {
        top: -6.25vh;
    }
}