body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #fff url('https://www.digiplant.se/wp-content/uploads/2020/03/digitalisering%E2%80%93online-efficiency.jpg') no-repeat;
	background-size: cover;
	font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #f60;
}

p {
	line-height: 1.6;
}
p a {
	text-decoration: none;
	border-bottom: dotted 1px #333;
	color: #333;
}

.page-container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.login-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -225px;
	overflow: visible;
	background-color: #fff;
}
.logo-container {
	width: 82px;
	height: 82px;
	margin: -41px auto 0;
	padding: 12px 8px 0;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}
.content-container {
	padding: 0 40px 40px;
	text-align: center;
}
.login-button {
	display: inline-block;
}
.button {
	display: inline-block;
	padding: 0 30px;
	border: solid 1px #333;
	background: none;
	line-height: 40px;
	text-decoration: none;
	color: #333;
}