html, body{
	width:100%;height:100%;
	padding:0;margin:0;
	overflow: hidden;
	background-color: #FFFFFF;
	color: #EFEFEF;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	user-select: none;
}

*{box-sizing: border-box;}

body{
	background-image: url('bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.logo{
	width: 100%;
	max-width: 430px;
}

.subtitle{
	font-size: .85rem;
	letter-spacing: 0;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}