/*stylesheet for the login-form which is managed by the watchman method.. it is the gate to inner MTJ Level #3 and higher
  z-index manual: from 1 to 9 are surfaces 
 * 				between 10-19 are static non-clickable content areas 
 * 				between 20-29 are buttons and forms (buttons are usually on 25)
 * 				pop-up windows between 50 and 59
 * 				alerts, errors: 100 and higher
 */

div.lgnwdw {        /*Login Window*/
	position:relative;
	z-index:15;
	background-color: white;
	width:68%;
	height:13%;
	left:10%;
	right:20%;
	margin: 4%;
	border-style:solid;
	border-width:3px;
	border-color:#41428F;
	border-radius:10px;
	padding: 10px;
	color: #0F0133;
	font: 11pt Verdana, sans-serif;
}

div.conflogin { /*popup-window to confirm/refuse login attempt*/
	text-align:center;
	position: fixed;
	z-index:50;
	border: 4px solid #41428F;
	top: 10%;
	left:23%;
	padding:2%;
	margin:2%;
	width:32%;
	height:auto;
	color: #1F1F28;
	font: bold 20pt 'Trebuchet MS',Helvetica,sans-serif;
	background-color:#FFDC75;
	border-radius:15px;
	box-shadow: -.9px 5px 10px #311;
}
#lgnwdwhl { /*Login Window Headline*/
	color: #0F0133;
	font:  300  13pt Verdana, sans-serif;
	margin-left:15px;
	margin-bottom:10px;
}
#lgnwdwform { /* Login Window Form*/
	margin:0% 5%;
	color: #0F0133;
	font: 11pt Verdana, sans-serif;
}
.lgnwdwfsub { /* Login Window Form Submitbutton*/
	position:relative;
	z-index:25;
	width:130px;
	height:33px;	
	margin-left:10px;
	background-color: #FFF693;
	border:none;
	font-size:11pt;
	font-weight:600;
	font-family: Verdana, sans-serif;
	color:#0F0133;
	border-radius:10px;
}
.lgnwdwfsub:hover {
	background-color: #FFFF32;
	border-radius:5px;
	color:#0F0133;
	box-shadow: -.5px .5px 7px -1px #311;
}
.lgnwdwfsub:active {
	background-color: #FF9;
	border-radius:5px;
	font-family: Verdana, sans-serif;
	color:#0F0133;
}
#regBut {
	font-weight:300;
	font-size:10pt;
}
div.lgnwdwrgst { /*Login window registration area*/
	position: absolute;
	z-index:25;
	margin:0%;
	top: 24%;
	width:45%;
	left:54%;
	color: #0F0133;
	font: 10pt Verdana, sans-serif;
}
#adminSign {
	position:fixed;
	top:1%;
	left:.6%;
	width:8.6%;
	height:auto;
	border:3px solid yellow;
	border-radius:10px;
	padding:2px;
	background-color:white;
	box-shadow: -0.2px 0px 2px 1px black;
}
