#mobile-landscape {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	visibility: hidden;
	z-index: 9999;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	overflow-x: hidden;
	overflow-y: hidden;
}

#mobile-landscape i.fa {
	font-size: 100px;
	margin: 10px;
}

/* @media screen and (orientation: landscape) */
@media screen and (orientation: landscape) and (max-width: 900px) {
	#mobile-landscape {
		visibility: visible;
	}
	body {
		visibility: hidden;
		height: 100vh;
		width: 100%;
		overflow-x: hidden;
		overflow-y: hidden;
	}
}

.background-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.background-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-image: url("/lib/login/img/img01.jpg");
}

.form-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40vh;
	text-align: center;
}

.password-input {
	width: 300px;
	padding: 10px;
	border: none;
	opacity: 0.07;
	font-size: 70px;
	text-align: center;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2),
	0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
