body{
	background-color:#34495e;
}
.header-login{
	background-image:url(../flexigrid/css/images/wbg.gif);
	height:50px;
	line-height:50px;
	text-align:left;
	font-size:30px;
	padding-left:15px;
	color:#34495e;
}
.body-login{
	background-color:#fff;
	border:5px solid f5f5f5;
	padding:15px;
}
.footer-login{
	background-color:#f5f5f5;
	padding:15px;
}
.btn {
	border-radius:0px;
}
.btn-primary{
	background-color:#235681;
	border:1px solid #235681;
	opacity: 0.8;
	transition: 0.2s all ease;
}
.btn-primary:hover {
	background-color:#2c3e50;
	border:1px solid #2c3e50;
	opacity: 1.0;
	transition: 0.2s all ease;
}
.btn-primary:active{
	background-color:#000;
	border:1px solid #000;
	opacity: 1.0;
	transition: 0.2s all ease;
}
.btn-default{
	background-color:#16a085;
	border:1px solid #16a085;
	opacity: 0.8;
	color:#fff;
	transition: 0.2s all ease;
}
.btn-default:hover{
	background-color:#16a085;
	border:1px solid #16a085;
	opacity: 1.0;
	color:#fff;
	transition: 0.2s all ease;
}
.btn-default:focus{
	background-color:#16a085;
	border:1px solid #16a085;
	opacity: 1.0;
	color:#fff;
	transition: 0.2s all ease;
}
.input-sm {
	border-radius: 0px;
	padding:5px;
	border:1px solid #ddd;
	margin-top:15px;
	margin-bottom:15px;
	height:50px;
	font-size:24px;
	color:#000;
}
.input-sm:hover {
	border-radius: 0px;
	border:1px solid #66afe9;
}
.form-control:focus{
	border:1px solid #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	background-color:#d9ebf5;
}
.button-login{
	margin-top:10px;
	margin-bottom:10px;
	height:50px;
	font-size:20px;
}
.sombra {
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 2px rgba(255,255,255,0.5);
}
.nopadding {
	padding:0px;
}