body.login-screen {
	background-color: #f8f8f8;
	text-align: center;
}

.login-logo-container {
	position: relative;
	text-align: center;
	padding: 20px;
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
}

.login-logo-container:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #eaeaea;
}

.login-logo-container img {
	max-width: 280px
}

.login-application-name {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 30px;
	color: #717171;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-title {
	color: #bababa;
	padding: 0 30px;
	text-align: center;
}

.login-image {
	text-align: center;
	margin: 10px 0 20px;
}

.login-form .login-title {
	color: #626262
}

.login-message,
.login-error {
	margin-bottom: 30px;
}

.btn-unsubscribe {
	margin-bottom: 30px;
	background-color: #b94a48;
	font-weight: bold;
}

.login-message {
	width: 340px;
	color: #868686;
}
.login-error {
	color: #b94a48;
	font-weight: bold;
}

.login-form {
	min-width: 340px;
	margin: 0 10px 10px;
	padding: 30px 25px;
	text-align: left;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
	
	/* IE7 inline hack to center display */
	*display: inline;
	zoom: 1;
}

.login-actions {
	margin-top: 30px;
}

.login-links {
	margin-top: 20px;
	font-size: 11px;
	text-align: center;
}
.login-links a {
	display: block;
}

input[type="text"].hide {
	display: none;
}

.has-branding .login-logo-container {
	background-color: transparent;
	border: 0;
}

.has-branding .login-logo-container:after {
	content: none;
}

.register-button {
	margin-top: 15px;
}

#Footer {
	box-shadow: none;
	background-color: transparent;
}

#Footer .footer-inner {
	border-top: 0;