.misthy-navbar {
	background-color: #253a4f;
	color: #ffffff;
}

.misthy-container {
	background-color: #d5d1c6;
	color: #212934;
	height: 90%;
}

.misthy-container-image-01 {
	background-image: url('../images/back-01.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.misthy-login-container {
	padding-top: 120px;
}

.misthy-camera-container {
	display: none;
	max-height: 90%;
	width: 100%;
}

#misthy-camera-image {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	border: 5px solid #253a4f;
	margin: 20px;
}
