body{
	background-color: #fff;
	background-size: cover;
	-webkit-font-smoothing: antialiased;

}

input.error{

}


.page-footer{
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px!important;
	background-color: rgba(0,0,0,0.65);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#41000000',endColorstr='#41000000');
	color: #f0f0f0;
	font: 10px 'GothamRoundedLight',sans-serif;
	text-transform: uppercase;
	overflow: hidden;
}

footer a {
	text-decoration: none!important;
	color: #f0f0f0!important;
}


#login-block{
	padding-bottom: 25px;
}
#login-block h3{
	color: #FFF;
	text-align: center;
	font-size:1.6em;
	text-shadow: 2px 2px 2px #222;
	font-weight: normal;

}

.login-box{
	z-index: 10000;
	margin-top:15px;
	max-width:480px;
	background: transparent url(../img/login-bg.png) repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 20px;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.5);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.5);

}

.login-logo{
	text-align: center;
	padding: 15px 0 10px;
}

.login-logo img{
	border:0;
}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
	color:#FFF;
	text-shadow: 1px 1px 2px #000;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding: 5px;
}

.login-box hr{
	margin:10px auto 20px;
	width:70%;
	border-top: 1px solid rgba(119, 118, 118, 0.4);
border-bottom: 1px solid rgba(240, 240, 240, 0.4);
}

/* Login Form */
.login-form input{
	display: block;
	margin:0 auto 15px;
	width:70%;
	height: 40px;
	line-height: 25px;
	font-size: 1.2em;
	background: #FFF;
	border:1px solid #777;
	color:#6c6c6c;
	padding: 8px;
	opacity: .8;
	
}
.login-form input:focus{
	opacity:1;
	border:1px solid #fff;
}


/* Login Button */
.btn.btn-login {
	font-weight: bold;
	font-size: 0.9em;
	width: 150px;
	margin: 20px auto 20px;
	display:block;
	color: white;
	text-transform:uppercase ;
	text-shadow: 1px 1px 2px #000;
	background: #f80;
	border: 1px solid #f88;
	-webkit-box-shadow: inset 0 1px 2px #f88;
	-moz-box-shadow: inset 0 1px 2px #f88;
	box-shadow: inset 0 1px 2px #f88;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;

}
.btn.btn-login:hover {

	color: white;
}
.btn.btn-reset{
	width: 180px;
}
.login-links{
	font-size: 1em;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 0;
	-webkit-box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.59);
	-moz-box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.59);
	box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.59);
}
.login-links a{
	color: #FFF;
	display:inline-block;
	padding:5px;
	opacity:1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	text-shadow: 1px 1px 2px #000;
}
.login-links a:hover{
	text-decoration: none;
	color:#FFF;
	opacity:1;
	background: rgba(255, 136, 0, 0.46);;
	border-radius: 5px;
}

label.checkbox {
	width: 70%;
	display: block;
	margin: 0 auto;
	color: white;
	text-shadow: 1px 1px 2px #000;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 25px;
	border-radius: 3px;
}
label.checkbox input{
	width:14px;
	margin: 4px 0 0;
	padding: 0;
	background: none;
	border: 0;
}
#footer-text, #footer-text a{
	text-align: center;
	color:#FFF;
	opacity: 1;
	text-shadow: 1px 1px 1px #000;
}




/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	#login-block{
		padding-top: 10px;
		padding-bottom: 25px;
	}

}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px){
	#login-block {
		margin: 0 auto;
		width: 420px;
	}

}

.has-feedback .form-control-feedback{
	top: 2px !important;
	right: 50px !important;
}
