.auth-layout  {
	background-color: #f1f1f1;
}

.auth-layout .container  {
	/*margin-top: 5%;*/
}

.auth-layout .auth-message  {
	margin-top: 5%;
}

.auth-box {
    background: white none repeat scroll 0 0;
    padding: 33px 30px;
}

.auth-logo {
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}

.auth-desc {
	margin-bottom: 10px;
}

.auth-header-box {
	
}

.auth-footer-box {
	
}

.auth-footer-links {
	margin-top: 10px;
}

.auth-footer-links a {
	text-decoration: none;
	color: #555d66;
}

.login-box .auth-box-bottom,
.reset-password-box .auth-box-bottom,
.forgot-password-box .auth-box-bottom,
.change-password-box .auth-box-bottom,
.change-email-box .auth-box-bottom,
.unregister-box .auth-box-bottom,
.register-box .auth-box-bottom {
    border-top: 1px solid #e6e6e6;
    margin-top: 25px;
    padding: 15px 0;
}
