*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	}
img{
	border: none;
	}
body{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/GSIDC_login_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width:100%;
	position: relative;
	background-color: #13253B;
	background-position: center top;
	}
.index_pg
	{
	font-family: calibri, Arial, Helvetica, sans-serif;
	}
.index_pg .logo_index{
	margin: 8px auto;
	width: 127px;
	height: 92px;
	}
.index_pg .site_name{
	color: #fff;
    width: 480px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
	}
.index_pg .loginBox,.index_pg .forgotBox{
	margin: 0 auto;
    margin-top: 2%;
    width: 450px;
    background-color: #fff;
    border: 1px solid rgba(132, 146, 195, 0.55);
    padding: 12px 23px;
    border-radius: 16px;
    margin-bottom: 50px;
	}
	
	:focus{outline: none;}

.col-box{float: left; width: 100%; margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */


.effect-1, 
.effect-2, 
.effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}


.demo-div{        
	margin: 100 auto;
    width: 768;
    height: 2000px;
    background: #08074a87;
    color: #FFF;
    padding: 25px;
    font-weight: bold;
    font-size: 2em;
}
	
.index_pg .loginBox > div,.index_pg .forgotBox > div{
	margin: 12px 0;
    /* background-color: rgba(0, 0, 0, 0.25); */
    border-radius: 1px;
    /* padding: 3px; */
    /*border: 5px solid rgba(0, 0, 0, 0.25)*/
	}
	#btnLogin
	{
		    background: #ee3124;
    padding: 4px 10px 6px 10px;
    color: #ffff;
    font-size: 14px;
    border-radius: 3px;
	}
	.lst_bx a
	{
	color: #00060e!important;
    font-size: 16px!important;
    text-decoration: underline!important;	
	}
	
    .index_pg .loginBox label
    {
        color: #333333;
        font-size: 18px;
    }
.index_pg .loginBox > div .text,.index_pg .forgotBox > div .text{
	width: 100%;
    font-size: 12px;
    /* font-weight: bold; */
    padding: 12px 10px;
       border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #333333;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.54);
    outline: none;
	}
    .index_pg .loginBox > div.cpt_bx
    {
        border: 1px solid rgba(0, 0, 0, 0.25);
		    float: left;
    width: 100%;
    }
.index_pg .loginBox > div .capcha{
    font-size: 17px;
    font-weight: bold;
    padding: 10px 10px;
	
	border-left: 1px solid #b7b2b6;
    border-right: 1px solid #b7b2b6;
    border-bottom: 0;
    border-top: 0;
	
	color: #555555;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.54);
	outline: none;
	}
.index_pg .loginBox > div.cpt_bx img{
	float: left;
    height: 28px;
    margin: 7px;
    width: 81px;
	}
.index_pg .loginBox > div.cpt_bx .cpc_bt{
	background-image: url(../images/refresh_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 34px;
    height: 30px;
    margin-left: 5px;
	}
.index_pg .loginBox > div.lst_bx,.index_pg .forgotBox > div.lst_bx{
	padding-top: 10px;
	border: none;
	text-align: right;
	}
.index_pg .loginBox > div.lst_bx .pass_f,.index_pg .forgotBox > div.lst_bx .cnls{
	float: left;
    text-decoration: none;
    color: #3462af;
    font-size: 19px;
	}
.index_pg .loginBox > div.lst_bx .pass_f:hover,.index_pg .forgotBox > div.lst_bx .cnls:hover{
	color: #000000;
	}
.index_pg .loginBox > div.lst_bx  .log_bt,.index_pg .forgotBox > div.lst_bx  .log_bt{
	background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
	color: #000000;
	}
.index_pg .loginBox > div.lst_bx  .log_bt:hover,.index_pg .forgotBox > div.lst_bx  .log_bt:hover{
	color: #3462af;
	}
.index_pg .home_foot{
	color: #ffffff;
    position: fixed;
    bottom: 0;
    font-size: 13px;
    width: 100%;
    font-size: 16px;
    background: #000000a6;
    left: 0;
	}
.index_pg .home_foot a{
	color: #FFF;
	text-decoration: none;
	}
.index_pg .home_foot a:hover{
	color: #eeeeee;
	}
.index_pg .home_foot > div{
	display: inline-block;
	padding: 10px;
	}
.index_pg .home_foot > div.block_B{
	float: right;
	}
.clear{
	clear: both;
	}
.box_heading{
	font-size: 25px !important;
	color: #000000 !important;
	margin-top: 0 !important;
	border: 0px !important;
	}
@media screen and (max-width:950px){
	
	.index_pg .home_foot > div.block_B{
		/*float: none;*/
		}
	}
@media screen and (max-width:550px){
    .index_pg .home_foot > div.block_B{
		float: none;
		}
	.index_pg .loginBox,.index_pg .forgotBox{
		width: 300px;
		}
	.index_pg .loginBox > div .capcha {
    	width: 100px;
		}
    .index_pg .home_foot{
		position: relative;
        text-align: center;
        font-size: 13px;
		}
		
		.index_pg .site_name {
    color: #fff;
    width: 248px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	