@import url("font-awesome-4.4.0/css/font-awesome.min.css");
@import url("bootstrap.css");
@import url("bootstrap.min.css");
html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-indicators {
	bottom:40px;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

label{
	margin-bottom:0px !important
}

footer {
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1030;
	bottom:0;
	color: #FFF;
	font-family: Arial;
	background-color: #0d3b79;
	font-size: 12px;
	position: fixed;
}
	
	footer p {
		color:#FFF;
		margin:0;
		padding:0;
		line-height:30px;
		font-size:12px;
	}
	footer p.left {
		float:left;
	}
	footer p.right {
		float:right;
	}
	footer p a {
		color:#FFF;
		text-decoration:none;
	}
	footer p a:hover {
		color:#06F;
		text-decoration:none;
	}
	
	
/*New Login Style*/

div.loader {
	width: 100%;
	padding: 0;
	display: table;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	background:url(../NPNImages/loginpage/black_bg.png) repeat;
}

div.loaderTC {
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	text-align:center;
}


div.content {	
	background:url(../NPNImages/loginpage/blue_bg.png) repeat;
	margin: 0;
	text-align:center;
	padding:10px;
	display:inline-block;
	-webkit-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  	-moz-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  	box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 2147483647 !important;
	/*width:100%;*/
	max-width:500px;
}

.form-control-mannual {
	font-size: 12px;
	padding: 6px 12px;
	height: 29px;
}
.input-group-mannual{
	margin:20px 0 10px 0;
	background:#FFF;
	 opacity: 0.87;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
}
.input-group-mannual img{
	max-height:20px;
}
.logocon {
	width:100%;
	position:relative;
	margin:0;
	padding:0;
}
.logocon img {
	max-width:506px;
	width:100%;
}
.submit-group {
	display:inline-block;
	position:relative;
	margin:0 0 10px 0;
	width:100%;
}
.submit {
	background:none;
	 cursor:pointer;
	 color:#000000;
	 margin:0 0 20px 0;
}
.submit input.login {
	background:none;
	color:#FFF;
	outline:none;
	border:none;
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 border:1px solid #FFF;
	 font-size:14px;
	 width:100%;
	 height:38px;
}
.submit:hover input {
	background:#FFF;
	color:#000000;
	 opacity: 0.87;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 outline:none;
	 border:none;
	 border:1px solid #FFF;
	 font-size:14px;
}
.forget {
	 background:none;
	 cursor:pointer;
	 color:#000000;
	 margin:0 0 20px 0;
}
.forget .linkbutton {
	background:none;
	color:#FFF;
	outline:none;
	border:none;
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 border:1px solid #FFF;
	 padding:0px;
	 box-sizing:border-box;
	 font-size:14px;
	 text-decoration:none;
	 white-space:nowrap;
	 line-height:36px;
	 display:inline-block;
	 width:100%;
}
.forget .linkbutton:hover {
	background:#FFF;
	color:#000000;
	 opacity: 0.87;
	 outline:none;
	 border:none;
	 text-decoration:none;
	 border:1px solid #FFF;
}
.errorMessage {
	position:relative;
	clear:both;
	height:10px;
	line-height:10px;
	margin-bottom:15px;
}
.errorMessage span{
	font-size:12px;
	color:Orange;
}

.applink {	
	position:relative;
	margin:20px 0 10px 0;
	display:table;
	float:right;
}
.applink span.text{	
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	display:table-cell;
	vertical-align:middle;
	padding-right:10px;
}
.applink input.download{	
	background:url(../NPNImages/loginpage/android.png) no-repeat;
	width:58px;
	height:68px;
	outline:none;
	border:none;
	display:table-cell;
	vertical-align:middle;
}
.partners {
	position:relative;
	clear:both;
	display:table;
	margin:0px auto 0 auto;
}
.partners .partner-img {
	position:relative;
	clear:both;
	display:table-cell;
	margin:auto;
	padding:0 10px 0 0;
	box-sizing:border-box;
}
.partner-img:last-child {
	padding:0 0px 0 0;
}
.partner-img img{
	width:100%;
	max-width:270px;
	outline:none;
	border:none;
}
/*New Login End*/


/*Customise Css*/

