body {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #6d7680;
	padding: 0px;
	margin: 0px;
	border-style: none;
	background: #ffffff;
}

a {
	color: #e85f0f;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
}

#page {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
#content {
	padding: 20px;
	text-align: center;
}

.logo {
	margin: 5px 0px 20px;
}
.message {
	margin: 0px;
	padding: 0px;
	color: #5c5c5c;
	font-size: 18px;
	margin: 0px 0px 40px;
	clear: both;
}
.text {
	text-align: left;
	padding: 0px 0px 10px;
	clear: both;
}
.request {
	color: #e85f0f;
}
.home {
	text-align: right;
	padding: 20px 0px 0px;
}

.hide {
	display: none;
}