.full-logo {
    margin: 0 0 20px;
    text-align: center;
}
.full-logo img {
    max-height: 160px;
}
.full-page footer {
	margin: 0 auto;
	background: none;
	color: #666;
	border-top: 0;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
}
@media screen and (min-height: 540px) {
	.login-page footer {
		position: absolute;
		bottom: 0px;
	}
}
.full-page footer div {
	display:none;
}
.full-page footer strong {
	font-weight: normal;
    color: #111;
}
.full-page footer a, .full-page footer strong a {
	color: #136;
}
.register-box, .mighty-full {
	margin: 3% auto;
}
.mighty-full .register-box-body {
	background: #999;
	background: rgba(255,255,255,.2);
}
@media screen and (min-width: 768px) {
	.register-box {
		width: 500px;
	}
	.mighty-full {
		width: 92%;
		max-width: 900px;
	}
	.login-box-body, .register-box-body {
		border-radius: 2px;
	}
}