.panel-heading {
	padding: 5px 15px;
	
}

.panel-footer {
    padding: 1px 15px;
	color: #A0A0A0;
}

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

body { padding-top: 0px; 

}

footer {
	width: 100%;
	height: 50px;
	background: radial-gradient(#1565C0,#1A237E);
	position: absolute;
	bottom: 0;
}

footer p {
	color:    white;
font-size:      1em ;
text-align:     left;
line-height:    6.2em ;
}

.alert{

	background: radial-gradient(#1565C0,#1A237E);
}