﻿        body {
            background: #2B383F;
        }

        .MiddleRow {
            background: #F4F4F4;
            text-align: center;
        }

        .MainHeading
        {
            font-size: 2em; font-weight: bold; font-family: Calibri; padding-bottom:15px;
        }

        .lblMdlTxt {
            font: bold italic 18px Calibri !important;
            margin-bottom: 20px;
            color: #2B383F;
        }

        .CenterDiv {
            margin-top: 80px;
            margin-bottom: 80px;
        }

        .clsLoginBtn {
            background: #FC6B1A;
            font: bold 13pt Calibri;
            color: white;
        }

        .clsTxbx {
            margin: 10px;
            stroke: #2B383F;
            width: 100%;
            max-width: 300px;
        }

        .CenterAlignDiv {
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .clsOrangeBtn, .tstOrangeBtn {
            background: #FC6B1A;
            font: bold 13pt Calibri;
            color: white;
        }
        .clsDarkGrayBtn, .tstDarkGrayBtn {
            background: #606a6f;
            font: bold 13pt Calibri;
            color: white;
        }
        .clsLightGrayBtn, .tstLightGrayBtn {
            background: #959c9f;
            font: bold 13pt Calibri;
            color: white;
        }
        .clsLightGreenBtn, .tstLightGreenBtn {
            background: #A9CF37;
            font: bold 13pt Calibri;
            color: #15242B;
        }

        .clsDarkGrayBtn, .clsLightGrayBtn, .clsLightGreenBtn, .clsOrangeBtn
        {
            height:40px;
            line-height:40px;
        }
        .tstDarkGrayBtn,.tstLightGrayBtn, .tstLightGreenBtn, .tstOrangeBtn
        {
            height:60px;
        }

        .LightGreenCheckbox, .OrangeCheckbox, .DarkGrayCheckbox {
            font: bold 10pt Calibri;
            color: #15242B;
            Width:225px;
            display: inline-block;
            height:60px;
            padding-top:10px;
        }
        .LightGreenCheckbox
        {
            background: #A9CF37;
        }
        .OrangeCheckbox {
            background: #FC6B1A;
            color: white;
        }
        .DarkGrayCheckbox {
            background: #606a6f;
            color: white;
        }

        
    input[type="submit"] {
            word-wrap:break-word;
            margin:2px;
    }



        /*@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {

}
        @media only screen and (max-width: 770px) {
        }*/


        @media only screen and (max-width: 768px) {
            .divLogo {
                text-align: center !important;
            }

            .divLogoTxt {
                text-align: center !important;
            }
        }