﻿ 

 .hkex-stage__form-submit {
        color: #144168 !important;
    }

        .hkex-stage__form-submit:hover {
            color: #fff !important;
            text-decoration: none !important;
        }

    .hkex-stage__form-textarea{
        height: 140px !important;
    }
    .stage-form-upper p {
        color: #144168;
        font-weight: 900;
    }


.market-hkex a {
    font-style: normal;
    font-stretch: normal;
    color: #06c;
    text-decoration: none;
}

input[type="submit"].hkex-stage__form-submit { 
    font-size: 30px;
    font-weight: 900;
}

@media screen and (max-width: 992px) {
    input[type="submit"].hkex-stage__form-submit {
        font-size: 25px;
        min-width: initial;
    }
}

@media screen and (max-width: 768px) {
    input[type="submit"].hkex-stage__form-submit {
        font-size: 22px;
    }
}

@media screen and (max-width: 520px) {
    input[type="submit"].hkex-stage__form-submit {
        font-size: 19px;
    }
}


