			 body{
  				height:100%;
                                margin: 0;
                                padding: 0;
				background-color:#ececec;
                        }

                        #vc {
                                position: absolute;
                                top:0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                overflow:hidden;
                                background:url(../video_build/media/ipru_loader_final.gif) center center no-repeat;
                                background-size: 300px 244px;
                        }

                        #logo {
                                position: absolute;
                                top: 7px;
                                left: 10px;
				width:100px;
                        }

                        #loadertext {
                                position: fixed;
                                left: 50%;
                                top: 72%;
                                display: block;
                                font-size: 29px;
                                font-weight: bold;
                                transform: translate(-50%, 30%);
                                z-index: 1300;
                        }

			#timer {
				display:none;
				position:absolute;
				z-index:1500;
				top:20px;
				left:70px;
				background-color:silver;
				color:#000;
				padding: 1px 4px 1px 4px;
				font-weight:700;
				border-radius:2px
			}

                        @media only screen and (max-width: 768px) {
                                #loadertext {
                                        top: 65%;
                                        font-size: 20px;
                                }
                                #vc {
                                        background-size: 200px 162px;
                                }
                        }

                        .video_BG{
                                position:absolute;
                                top:60px;
                                right:0px;
                                bottom:20px;
                                left:0px;
                        }

                        .parent {
                                height: 96vh;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                overflow: hidden;
                        }

                        .child {
                                width: 100%;
                                height: 100px;
                        }

                        .welcome {
                                font-face: calibri;
                                font-size:14pt;
                                color: #FFFFFF;
                                text-align: center;
                                width: 100%;
                                padding-left: 5px;
                                padding-right: 5px;
                        }

                        .btn-join {
                                margin:auto;
                                display:grid;
                                background-color:maroon;
                                width:250px;
                                height:40px;
				padding-top:10px;
				color:#fff;
				font-weight:1000;
                        }

                        .txt-mcode{
                                margin:auto;
                                display:grid;
                                margin-bottom: 20px;
                                border-radius: 5px;
                                border: 1px solid black;
                                width: 250px;
                                height:40px;
                                font-size:12pt;
                        }
