.loginPanel{
	width:100%;
	height:auto;
	border: 1px solid rgb(75,75,75);
	margin-top:10px;
}

.banner{
	width:100%;
	padding:0.5em;
	border-bottom:2px solid rgb(15,78,140);
}

.logoCell{
	height:128px;
	background:url('login_logo.png');
	background-position:left center;
	background-repeat:no-repeat;
}


.bannerText{
	color:rgb(15,78,140);
	line-height:128px;
	height:128px;
}

.vcenter {
    display: flex;
	align-items: center;
}

.loginData{
	width:100%;
	padding:0.5em;
}

.message{
	margin:1em 0 2em 0;
	font-weight:bold;
}

.buttonPanel{
	margin-top:2em;
	width:100%;
}
