body {
	background-color: #3d3d3d !important;
}

#logo {
	background-image: url(https://portal.crossmedia.fi/c/10/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 260px;
	height: 80px;
}

#custom {
	xmax-width: 800px;
	display: block;
	width: 100%
}

#title {
	display: none;
}

#title2 {
	font-size: 18px;
	padding: 0px;
	margin-bottom: 0px;
}

#btn {
	cursor: pointer;
	max-width: 330px;
	display: block;
	width: 100%;
	height: 48px;
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 2px;
	color: #ffffff;
	background-color: #e87f2e;
	border-color: #e87f2e;
	-webkit-appearance: button;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#btn:hover {
	color: #ffffff;
	background-color: #6d6d6d;
	border-color: #6d6d6d;
}