

#pwd{ -webkit-text-security: disc ;}


           #marqueeContainer {
                            width: 100%; 
                            overflow: hidden;
                            position: relative;
                        }

            #marqueeText {
                font-size: 16px;
                margin-top: 30px; 
                animation: marquee 5s linear infinite;
                padding: 4px;
                color: red;
            }
            
            
            
            .alertError{display: none;}

            .username{
                margin-bottom:18px;
                
            }
            .username-1{
                width: 250px;display:none;
            }
            .password{
                width: 100%;
            }
            
            .passwordInput{
                display:none;
            }
            
            .captcha{
                margin-top: 70px;
                width: 100%; 
                display: none
            }
            .captcha-1{
                float: left;
                width: 30%;
            }
            .captchaImg{
                height: 30px;
                color: black;
                font-weight:bold; 
                pointer-events: none;
                box-sizing: border-box;
            }
            .captchaRefresh{
                float: left;
                width: 10%;
                margin-left: 5%;
            }
            .captchaRefresh-1{
                font-size:22px;
                margin-top: 5px;
            }
            .captchaInput{
                float: left;
                width: 50%;
                margin-left: 8px;
            }
            .inputText{
                color: gray;  
                height: 30px;
                font-weight: bold;
                margin-left: 18px;
                text-transform: uppercase;
            }
            .sumbitForm{
                margin-top: 15px
                
            }
            .cap_Dashlogin{width: 85% !important;float: left;}
			#username{display:none;}
            #password{display:none;}
            .hidden-otp{display:none;}