#container {
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	margin-top: 170px;
	margin-bottom: 200px;
}

h1 {
	font-size: xx-large;
	margin-bottom: 40px;
	text-align: center;
}

.login-link {
	background: #fff;
	display: block;
	padding: 10px 20px;
	margin-top: 25px;
	opacity: 1;
	transition: opacity 0.5s;
	height: 70px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-link:hover {
	background: #fbfbfb;
}

.cm-logo {
	height: 80px;
}

.platform-logo {
	height: 50px;
	float: right;
	image-rendering: -webkit-optimize-contrast;
}

.description {
	margin-top: 12px;
	font-size: 22px;
	text-align: left;
}

.alert {
	box-shadow: none;
}