﻿            p{
                font-size:12px;
                font-family: 'Open Sans' 'Times New Roman';  
            } 

            .jumbotron_m {
                margin-bottom: 0;
                padding: 0;
            }

            .row_m {
                background-color: #e9ecef;
                min-height: 600px;
            }

            .lbl_srv_tp{
                font-weight: bold; 
                font-size: 24px; 
                font-family: 'Open Sans', 'Times New Roman'; 
                color: #0065b2; 
                text-align: center; 
                padding: 20px 20px 20px 20px;

            }

            .txt_box {
                background: url('/cdpcard_uat/images/text_box.png') no-repeat;
                background-size: 100% 100%;
                width: 200px;
                height: 35px;
                border: none;
                outline: none;
                text-align:center;
                font-size:16px;
                font-family: 'Open Sans' 'Times New Roman';                
            }

            .btn_blank {
                background: url('/cdpcard_uat/images/button_blank.png') no-repeat;
                background-size: 100% 100%;
                width: 100px;
                height: 40px;
                border: none;
                outline: none;
                color: #367bb1;
                font-weight: bold;
                font-size: 16px;
                font-family: 'Open Sans' 'Times New Roman';
            }

            .btn_home {
                background: url('/cdpcard_uat/images/button_blank.png') no-repeat;
                background-size: 100% 100%;
                width: 100px;
                height: 40px;
                border: none;
                outline: none;
                color: #367bb1;
                font-weight: bold;
                font-size: 16px;
                font-family: 'Open Sans' 'Times New Roman';
            }

            .captcha_border {
                background: url('/cdpcard_uat/images/button_blank.png') no-repeat;
                background-size: 100% 100%;
                width: 200px;
                height: 60px;
                border: none;
                outline: none;

            }
            .notice_header {
                border: none;
                outline: none;
                color: #367bb1;
                font-weight: bold;
                font-size: 22px;
                font-family: 'Open Sans' 'Times New Roman';
            }

            .notice_board {
                background: url('/cdpcard_uat/images/notice_blank.png') no-repeat;
                background-size: 100% 100%; 
                padding:50px 50px 50px 60px;                                                             
            }

            
            input:disabled {
                color: lightgray;
            }


 

             @media (max-width:767px) {
                .footer_visible {
                    visibility:hidden;
                }
            }

            @media (min-width:768px) {
                .lbl_lt {
                    text-align: right;
                    font-weight: bold;
                    font-size:18px; 
                    font-family: 'Open Sans' 'Times New Roman';
                }

                .lbl_cr {
                    text-align: center;
                    font-weight:bold;                    
                    font-size:18px; 
                    font-family: 'Open Sans' 'Times New Roman';
                }

                .err_lt {
                    text-align: right;
                    font-weight: bold;
                    font-size:16px; 
                    font-family: 'Open Sans' 'Times New Roman';
                }

                .err_cr {
                    text-align: center;
                    font-weight:bold;                    
                    font-size:16px; 
                    font-family: 'Open Sans' 'Times New Roman';
                }

                .txt_rt {
                    text-align: left;
                    font-size:16px; 
                    font-family: 'Open Sans' 'Times New Roman';
                }

                .web_link{
                    text-align: right;
                }
            }
            @media (max-width:767px) {
                    .web_link{
                    text-align: right;
                }
            }
 
