/* LOGIN PAGE */
.fullContainerAdmin{
	float:left;
	background: #212025;
	width:100%;
	position:relative;
}

.headerAdmin{
	margin: 0 auto;
	width:960px;
}

.loginContainer{
	float:left;
	width:100%;
}

.loginBlock{
	float:left;
	box-sizing: border-box;
	width:32%;
	padding: 2%;
	margin: 50px 33%;
	border: 1px solid #212025;
	background: #212025;
	color: #fff;
}

.loginBlock h1{
	text-align:center;
	float:left;
	width:100%;
}

.loginBlock strong{
	float:left;
	margin: 0 0 5px 0;
	width:100%;
}

.loginBlock input{
	float:left;
	box-sizing: border-box;
	padding: 5px 8px;
	width:100%;
	margin: 0 0 10px 0;
}

.copyright{
	float:left;
	width:100%;
	text-align:center;
	position: relative;
	bottom:0;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.5);
}

.loginBlock input[type="submit"]{
	float:right;
	cursor:pointer;
	padding: 9px 20px 8px 20px;
	border:0;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 16px;
	font-weight: 700;
	background: #b51f24;
	color: #fff;
	width:100%;
	text-align:center;
	font-family: 'Lato',sans-serif;
	line-height: 1em;
	height:auto;
}

.loginBlock input[type="submit"]:hover{
	background: #d5292f;
}

.loginBlock input[type="submit"]:active{
	background: #8a191d;
}
