body{
	height: 100%;
	padding-top:50px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	background-image: url(../img/bg.jpg);
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color:white;
}
body:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    
	background: -moz-linear-gradient(top center, ellipse cover, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top center, ellipse cover, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top center, ellipse cover, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.5) 100%);
	background: -webkit-radial-gradient(top center, ellipse cover, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.5) 100%);
}
.inner-page{
	max-width:90%;
	min-height:200px;
	text-align:center;
	padding-top:50px;
}
.inner-page div.login-area{
	max-width:99%;
	width:500px;
	margin:auto;
	text-align: justify;
	font-size:18px;
	padding:25px;
	
}
.btn{
	min-width:120px;
	font-weight:bold;
}
h3{
	
	
}
.inner-page .panel{
	max-width:99%;
	width:400px;
	margin:auto;
	text-align: justify;
	font-size:18px;
}
.inner-page .panel .panel-body,
.inner-page .panel i{
	font-size:16px;
}
.close{
	float:left;
}
.panel-primary{
	border-color:rgba(255,255,255,0.2) !important;
}
.panel-primary>.panel-heading{
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
	border-bottom: none;
}