#powerby {
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	width:200px; 
	text-align:center;
	color: #bbb;
	padding-bottom: 3px;
}

#powerby a,
#powerby a:hover{
	color: #bbb;
	text-decoration: none;
}


/********************** LOGIN ***********************/

body.login {
	padding-top: 0;
	background: url('../images/cuadrito.png') repeat;
	/*background-color: #142849;
	background-image: -webkit-gradient(radial,center center,0,center center,460,from(#165387),to(#142849));
	background-image: -webkit-radial-gradient(circle,#165387,#142849);
	background-image: -moz-radial-gradient(circle,#165387,#142849);
	background-image: -o-radial-gradient(circle,#165387,#142849);
    background-image: radial-gradient(circle, #165387, #142849);
    background-repeat: no-repeat;*/
   
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	left: 0;
	width: 100%;
}

.login .well {
	padding-bottom: 0;
	-webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
	-moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
}

.login .container.logintry{
	width: 300px;
	margin-left: -150px;
}

.login .container.createAdmin{
	width: 600px;
	margin-left: -300px;
}


 .login .container.error{
	width: 550px;
	margin-left: -225px;
}
	
.login .container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -206px;
}

@media only screen and (max-device-width:480px){
.login .container.error{
    margin-left: -125px;
    width: 250px;
}
	
.login .container{
	position: absolute;
	left: 50%;
	top: 240px;
}

}
    







