.unauth-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.unauth-body {
	position: absolute;
	left: 0;
	top: 70px;
	height: 100%;
	width: 100%;
	background: white;
	border-top: 1px solid lightgray;
}

.unauth-container {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.unauth-box {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	width: 615px;
	height: 545px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
}

.unauth-logo {
	background: url(../../../images/redesign/404.svg) center no-repeat;
	width: 192px;
	height: 134px;
	margin: 25px 0;
}

.unauth-alert-message {
	font-family: "Arial", sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
}

.unauth-message {
	font-family: "Segoe Semibold", sans-serif;
	font-size: 14px;
}

.unauth-box a {
	margin-top: 65px;
	color: #1eb0d5;
	text-decoration-line: none;
}

.unauth-box a:hover {
	text-decoration-line: underline;
}
