﻿ .hkex-stage__form {
        width: 100%;
        max-width: 1140px;
    }

    .hkex-stage__form-row {
        margin-bottom: 24px;
        display: flex;
        width: 100%;
        max-width: 1140px;
    }

    .hkex-stage__form-item {
        flex-grow: 1;
    }

        .hkex-stage__form-item + .hkex-stage__form-item {
            margin-left: 24px;
        }

    .hkex-stage__form-textarea,
    .hkex-stage__form-input,
    .hkex-stage__form-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #333333;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        height: 50px;
        margin-bottom: 0px;
        padding: 10px 15px;
        border: 1px none transparent;
        border-radius: 10px;
        background-color: #fff;
        color: #144168;
        font-size: 20px;
        line-height: 30px;
    }

    .whylist_form .hkex-stage__form-textarea {
        height: 140px;
        margin-top: 0;
    }

   .hkex-stage__form-submit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 45px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 2px solid #fff;
        border-radius: 10px;
        font-size: 36px;
        line-height: 40px;
        font-weight: 900;
        background-color: transparent;
        width: 270px;
        margin-top: 12px;
    }


        .hkex-stage__form-submit:hover {
            border-color: #144168;
            background-color: #144168;
            color: #fff;
        }

    @media screen and (max-width: 768px) {

        .hkex-stage__form-row {
            flex-direction: column;
            margin-bottom: 0;
        }

        .hkex-stage__form-item {
            margin-bottom: 24px;
        }

            .hkex-stage__form-item + .hkex-stage__form-item {
                margin-left: 0;
            }
    }

    .whylist_form {
        background-color: #08488a;
        background-image: url(../image/stage_4_bg.png);
        background-position: 100% 0%;
        background-size: cover;
        background-attachment: fixed;
        color: #fff;
        z-index: 3;
    }

        .whylist_form .stage_7_form_block_text {
            padding-bottom: 10px;
        }

        .whylist_form .hkex-stage__form-submit span {
            font-size: 36px;
            line-height: 40px;
            font-weight: 900;
        }

        .whylist_form .hkex-stage__form-submit img {
            height: 20px;
            margin-left: 12px;
        }

        .whylist_form label {
            display: none;
        }
        .whylist_form p a {
            color: white;
            text-decoration: underline;
        }
        .whylist_form p a:hover {
            color: white;
            text-decoration: underline;
        }

 .whylist_form .hkex-stage__form-submit {
            font-size: 36px;
            line-height: 40px;
            font-weight: 900;
        }
