/* email-alert : รวม <style> 3 บล็อกที่เดิมอยู่ในหน้า email-alert.aspx
   ย้ายออกมาเพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */

        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;
        }

        .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 {
                float: left;
                width: 110%;
                background-color: #000000;
                color: #ffffff;
                margin-bottom: 20px;
            }
        