/* BODY */
#loginBody{
	background-color:#EEE;
}

#loginBody a{
	color: #000000;
}

/* BTNS */
.btn-ebc, .btn-custom{
	background-color: #000000;
	border-color: #000000;
	color: #FFF;
}

/* PANELS */
.panel-login{
	margin:125px auto;
	position:relative;
	width:100%;
}
.panel-login a{
	display:block;
	text-align:center;
	color:#333;
}

.panel label a{
	display:inline-block;
}

.panel-login .submit{
	text-align:center;
}

.panel-login input[type="submit"]{
	width:100%;
}

@media(min-width:768px){
	.panel-login{
		width:450px;
	}
}

.panel{
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	border-top-width: 0;
	border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* BADGES */
.panel-badge .panel-heading{
	text-align:center;
}

.badge-wrapper{
	display:block;
	height:50px;
}

.top-badge{
	position:relative;
	top:-50px;
	text-align:center;
	background-color:#000000;
	width:100px;
	height:100px;
	margin:0px auto;

}

.top-badge i{
	color:#FFF;
	font-size:50px;
	line-height:100px;
}


/* FORMS */
form input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	margin-right: 10px;
}