.login-panel {
    margin-top: 25%;
}
.panel-default>.panel-heading{
	/*background-image: linear-gradient(to bottom,#007344 0,#273C33 100%);*/
	background-image: linear-gradient(to bottom,#B71234 0,#B71234 100%);
	color:white;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eee;
}