#entryForm {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.entryForm__footer__button{
    margin: 0px auto 0;
    flex-basis: 100%;
}
.lc-general-error{margin: auto;}

#entryForm-header h2 {
    font-size: 2rem
}
#entryForm-header img{
    max-width: 500px;
    width: 100%;
}
#entryForm p {
    margin: auto;
    padding-bottom: 1rem;
}

#entryForm p.two,ol.two {
    color: #666;
    font-size: 0.8rem;
    text-align: justify;
}
#entryForm ol.two{margin-bottom:-40px}
h3.entryForm__title.entryForm__title--fields {
    display: none;
}
.entryForm__footer{
    display: flex;
    flex-wrap: wrap;
}
.entryForm__footer__pipl{ order:1}
.entryForm__footer__button{
    order: 2;
}
.entryForm__footer__content{
    order:3

}
@media screen and (min-width: 64em) {
    .entryForm__footer {
        max-width: none !important;
    }
}

@media print,
screen and (min-width: 48em) {
    .entryForm__form-area {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-flow: column;
    }

    .entryForm__block--custom {
        -ms-grid-column: 1;
        grid-column: 1;
    }
}

.entryForm__phone__label{display:none}
.entryForm__block--mobile:after {
    content: 'Kindly provide a valid email address and WhatsApp contact number. Our team will be in touch with you through these channels to ensure a seamless experience.';
    font-size: 0.9rem;
}
.entryForm__block--mobile:before {
    content: 'Your Whatsapp contact phone number';
    color:#3a3a3a
}
.entryForm__block--mobile .entryForm__field-wrapper{margin-top: .125rem;}
.entryForm__aw25-labubu175-hkid__help{
    display:none
}
