html {
	min-height: 100%;
	
	
}

body {
	margin: 0px;
	background-color: #eaeaea;
	align-items: center;
	display: flex;
	min-height: 70vh;
	justify-content: center;
}

.login-box {
	
}

.login-box .input {
	margin: auto;
	width: 335px;
	padding-top: 2px;	
}

.login-box form {
	padding: 10px;
}

.login-box form button {
	color: white;
	background-color: blue;
	border: 1px solid black;
	width: 85px;
	font-size: 22px;
	border-radius: 6px;
	cursor: pointer;
	font-family: Gothic;
}

.login-box form button:hover {
	color: #cacaca;
	background-color: blue;
	box-shadow: 2px 2px 9px 0px gray;	
}

.login-box form input {
	width: 294px;
	font-size: 22px;
	border-radius: 6px;
	border: 0px;
	border: 2px solid white;
	background-color: #f0f0d6a1;	
}

.login-box form input:hover {
	border: 2px solid #8080802b;
}

.login-box form img {
	top: 4px;
	width: 25px;
	position: relative;

}

.login-box .card {
	box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
	margin-bottom: 1rem;
	border: 1px solid aliceblue;
	border-radius: 6px;
	height: 138px;
}

.olPopupContent {
	font-size: 14px;
}

.olPopupContent h2 {
	font-size: 14px;
	height: 32px;
}

.olPopup {
	box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
	border-radius: 8px;
	height: 80px !important;
}

.olPopup span:hover, .infodivspan:hover {
	color: #00ff58;
}

.olPopup span, .infodivspan {
	cursor: pointer;
	text-decoration: none;
	color: #427fed;
	text-align: center !important;
	position: relative;
	bottom: 0px;
}

.olAlphaImg {
	cursor: pointer;
	width: 23px !important;
	height: 23px !important;
}

#legend {
	margin-left: 10px;
	position: relative;
	top: -5px;
}

#infodiv {
	margin-left: 10px;
	position: relative;
	top: 0px;
}

