/* หน้า inquiry-form : ย้ายมาจาก <style> ในหน้า inquiry-form.aspx
   เพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src
   รวมกฎ #subscribe ที่เดิมอยู่ในบล็อก <style> ย่อยของแต่ละภาษา (ต่างกันแค่ width) */
        .content-footer {
            z-index: -1 !important;
        }

        div#googlecapt {
            margin-top: 40px;
        }

        .col-sm-6 {
            margin-top: 40px;
        }

        .form-control {
            float: left;
            width: 100%;
            background: #f4f4f4;
            margin-bottom: 20px;
            font-size: 13px;
            font-weight: 700;
            height: 70px;
            border-radius: none;
            position: relative;
            z-index: 20;
            padding-left: 30px;
            color: #999;
            border: 0;
            -webkit-appearance: none;
        }

        label {
            font-size: 18px !important;
        }

        .form-group {
            text-align: left;
        }

        .btn:hover {
            padding-left: 50px !important;
        }

        @media screen and (max-width: 768px) {
            #subscribe {
                float: none !important;
            }

            .text-center.h4.mt-2 {
                margin-top: 25px !important;
            }
        }

        a:hover {
            color: #0a58ca;
        }
                            #subscribe {
                                float: left;
                                width: 100%;
                                background-color: #000000;
                                color: #ffffff;
                                margin-bottom: 20px;
                            }

    #subscribe.subscribe--wide {
        width: 110%;
    }
