        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4!important;
            margin: 0;
            padding: 0;
            line-height: 1.6;
        }
        
        .tableRegistration {
            margin-left:auto;
            margin-right:auto;
            text-align:center;
        }
        

        .email-container {
            max-width: 600px;
            margin: 20px auto;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        h1 {
            color: #333333;
            font-size: 24px;
        }

        p {
            color: #666666;
            font-size: 16px;
            margin-bottom: 20px;
        }
        
        .GroupAuthPanel {
            padding-top:25px!important;/*
            border:1px solid #e1e1e1;
            border-radius:8px;
            background-color:#ffffff;
            box-shadow:0 0 10px rgba(0, 0, 0, 0.1);*/
        }
        
        .CssButton, .CssButton:hover {
           background-image:none;
           height:auto;
        }
        
        div.Login fieldset {
           width:auto;
        }
        
        #ctl00_Main_LnkReminder {
           font-size:0.8em;
        }
        
        input[type=text], input[type=password] {
            border:1px solid #e1e1e1;
            border-radius:8px!important;
        }
        
        .btn, input[type=submit] {
            display: block;
            width: 200px;
            margin: 0 auto;
            padding: 15px;
            background-color: #195C68 !important;
            color: #ffffff!important;
            text-align: center;
            text-decoration: none;
            border-radius: 5px!important;
            font-size: 16px;
        }
        
        .hideContent {
            display:none;
        }
        
        #ctl00_menu_top {
            display: none;
        }
        
        a {
            color:#195C68!important;
        }

        .btn:hover, input[type=submit]:hover {
            background-color: #0e3840;
        }

        .footer {
            margin-top: 30px;
            text-align: center;
            color: #999999;
            font-size: 14px;
        }
        
        #ctl00_Main_BtnBack {
            margin-bottom: 25px;
        }
        
        #ctl00_Main_ry1_btn_Pwd {
            display: block;
            width: 200px;
            margin: 0 auto;
            padding: 15px;
            background-color: #195C68;
            color: #ffffff !important;
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
            font-size: 16px;
            border: 1px solid #e1e1e1;
            border-radius: 8px !important;
        }
        
        
        .tdCorpsRegistration {
            border: 1px solid #e1e1e1;
            border-radius: 8px;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        
        .pnl_ResetPWDCSS {
            margin: 25px
        }
        
        #ctl00_Main_ry1_tbx_Pwd1, #ctl00_Main_ry1_tbx_Pwd2, .ResultItem > input {
            display: block;
            height: calc(1.5em + 1rem + 2px);
            padding: 0 1.15rem;
            font-size: 0.955rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 0 solid #ced4da;
            border-radius: 0;
            box-shadow: 0 0 0 3px rgba(62, 100, 193, 0), 0 8px 22px rgba(0, 0, 0, 0.1);
            transition: border-color 0.15sease -in-out, box-shadow 0.15sease -in-out;
            width: 100% !important;
            border: 1px solid #e1e1e1;
            border-radius: 8px !important;
        }
        
        #ctl00_Main_ry1_pnl_ResetPWD > div:nth-child(3), #ctl00_Main_ry1_pnl_ResetPWD > div:nth-child(4) {
           margin: auto;
           width: 50%;
        }
        
        .lbl_Pwd1CSS, .lbl_Pwd2CSS {
           width: 100% !important;
        }
        
        #spancontent > p {
           text-align:center;
        }
        
        .paginator-button[disabled] {
           background-color: #fff !important;
           color: #5B6364!important;
        }
        
        .ResultItem, #ctl00_Main_BtnSaveInline {
           padding-bottom:10px;
           margin-bottom: 10px;
        }
        
        .profile .LabelItem {
           width:20%;
        }
        
        .footer-banner {
           background-color: #195C68;
           color: white;
           padding: 20px;
           text-align: center;
           font-size: 14px;
        }

       .footer-banner p {
           margin: 0;
        }

       .footer-banner a {
          color: white !important;
          margin: 0 10px;
          text-decoration: none;
       }

       .footer-banner a:hover {
          text-decoration: underline;
       }
       
      