.authMessage {
	align-items: center;
	background-size: cover;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.authMessage-image {
	opacity: .5;
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1;
}

.authMessage-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
