body {
	background-color: #f8ffff;
	font-family: OpenSans-Regular, sans-serif;
}

h2, .hidden {
	display: none;
}

.labelfor {
	color:#666666;
	font-weight: bold;
	font-size: 1.25rem !important;
}

.warningmessage {
	padding:10px;
	background-color:#FEEFB3;
	color:#9F6000;
	font-weight: bold;
	margin:10px;
	line-height: 150%;
}

#login {
	width: 450px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 0 20px 0;
	margin-top: 20px !important;
	margin: 60px auto 20px auto;
	border: thin solid #CCCCCC;
	text-align: center;
}

#login input {
	margin: 10 auto 20px;
	height: 60px!important;
	font-size: 20px!important;
	padding: 10px;
}

#login input[type="text"] {
	width: 300px;
	height: 30px;
	font-size: 18px;
	border: thin solid #CCCCCC;
}

#login input[type="password"] {
	width: 300px;
	height: 30px;
	font-size: 18px;
	border: thin solid #CCCCCC;
}

#login button {
	width: 300px;
	height: 60px;
	font-size: 18px;
	border: thin solid #CCCCCC;
	background-color: #02688b;
	color: white;
	margin: 20px 0px !important;
}

#results {
	margin: 20px auto;
	width: 90%;
	padding: 20px;
	border: thin solid #999999;
	background-color: #EEEEEE;
	text-align: left;
	font-family: Consolas,Courier,monospace;
}

#ils-type select {
	width:300px;
	height:30px;
	font-size: 18px;
}

#logo {
	margin-bottom:20px;
}

#logo img {
	max-width: 400px;
	max-height: 120px;
}

#helptext {
	max-width: 600px;
	margin: 20px auto;
}

.ui-tooltip {
	background-color: white;
	padding: 10px;
	border: thin solid #CCCCCC;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	width: 250px;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#logout {
	width: 100px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	background-color: black;
	text-decoration: none;
	color: white;
}

#navbar {
	padding: 10px 100px 10px 100px;
}

.showpass {
	vertical-align: middle;
	cursor: pointer;
}

#login .showpass-button {
	width: auto;
	height: 30px;
	vertical-align: top;
	background: none;
	border: none;
	color: black;
	position: absolute;
}

#logo div[data-unit="mschool"] {
	/*border-top: 1px solid #CCC;
	 border-bottom: 1px solid #ccc;
	padding: 20px;
	*/
	width: 80%;
	margin: 25px auto;
}
#logo div[data-unit="mschool"] img, #IPArea img {
	margin-left: 5px;
	vertical-align: middle;
}
#IPArea {
	color: gray;
	font-size: 18px;
}