#login {
	padding: 48px 0 0;
}

div.cx-footer {
	width: 100%;
	background-color: #202a2f;
	text-align: center;
	color: white;
	padding: 26px 0;
}

div.cx-footer > div {
}

div.cx-footer span.dot {
	color: #88d32e;
	margin: 0 4px;
}

div.cx-footer a {
	color: #88d32e;
	text-decoration: none;
}

div.cx-footer a:hover {
	color: #88d32e;
	text-decoration: underline;
}

@media (max-width: 500px) {

	div.cx-footer .cxm {
		display: none;
	}
}

@media (max-width: 880px) {

	div.cx-footer .cxl {
		display: none;
	}
}


@media (min-height: 580px) {

	div.cx-footer {
		position: fixed;
		bottom: 0;
	}
}

