body {
	margin: 0px;
	width: 100%;
	padding: 0px;
	height: 100%;
	color: #000000;
	background: #ffffff;
	font-family: "Arial", "Helvetica";
	font-size: 10px;
}

h1 {
	text-align: center;
	font-size: 16px;
	font-weight: 1;
	margin: 0px;
}

h2 {
	text-align: center;
	font-size: 15px;
	font-weight: 1;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: 1;
	margin-top: 0px;
	margin-bottom: 5px;
}

#cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 4;
	background-color: #000000;
	opacity: 0.7;
	display: none;
}

#background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-image: url(./logo-schuloo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.16;
}

#logo {
	position: absolute;
	width: 40px;
	height: 39px;
	top: 0px;
	left: 5px;
	background-image: url(./logo-paracomp-40px.png);
	background-repeat: no-repeat;
	opacity: 0.5;
}

#loadingCircle {
	display: none;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin:-40px 0 0 -40px;
}

#loginbox {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #404040;
	background-image: url(./logo.png);
	background-position-x: center;
	background-repeat: no-repeat;
}

#button {
	width: 250px;
	height: 30px;
	background: #0082c9;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
}

#error {
	font-size: 14px;
	color: #c00000;
	background-color: #d0f7cf;
	padding: 5px;
	margin: 0px 7px 0px 7px;
}

.form-control {
	display: block;
	width: 228px;
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#errmsgbox {
	background-color: #f28585;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
}

#msgbox {
	background-color: #a7f285;
	padding: 5px;
	font-size: 12px;
}

.mark_blue {
	background-color: #bdd6ec;
	border: 1px solid #808080;
	padding: 3px;
}

#box1 {
	border: 1px solid #808080;
	padding: 5px;
}

#box2 {
	padding: 5px;
}

ul {
	padding-left: 10px;
}

li {
	color: #0e0e64;
}

a {
	color: #000000;
	text-decoration:none;
}

.upload-btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.btn {
	border: 1px solid #808080;
	background-color: #beecb1;
	padding: 3px 10px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}

.upload-btn input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}