html, body
{
	background: #313836!important;
}
.banner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
}
.login-img
{
	max-height: 240px;
	width: auto;
	padding: 20px;
} 

.panel.login,.steps.login
{
	
	background:#222826;
	width:80%;
	margin:30px auto;
	max-width:1000px;
	padding-bottom:10px;
}

.panel.login
{
	/* margin-top:0px;
	min-width:650px; */
	max-width:720px;
}

.steps.login
{
	margin:50px auto;
	margin-top:-50px;
	margin-bottom:-100px;
	background: none;
	width:50%;
	min-width:720px;
	opacity:1;
}

.steps .cell
{
	display:inline-block;
	width:33.3%;
	float:left;
	opacity:0;
}

.steps .cell .cellPad
{
	background:#ffffff;
	height:180px;
	padding:10px;
	padding-top: 35px;
	border:1px solid #222826;
	text-align: center;
}


