body {
	margin: auto;
	width: 80%;
	padding: 0px;
	height: 100%;
	color: #000000;

	background: #ffffff;
	font-family: "Arial", "Helvetica";
	font-size: 12px;
}

h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
}

h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-weight: 1;
	margin-top: 0px;
	margin-bottom: 10px;
}

#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: 500px;
	opacity: 0.16;
}

#logo {
	position: absolute;
	width: 100px;
	height: 97px;
	top: 5px;
	left: 5px;
	background-image: url(./logo-paracomp.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;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 330px;
	margin-left: -200px;
	margin-top: -165px;
	background-image: url(./login.png);
	overflow: hidden;
}

#button {
	width: 250px;
	height: 40px;
	background: #0082c9;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
}

#error {
	color: #c00000;
	background-color: #d0f7cf;
	padding: 7px;
	margin: 0px 10px 0px 10px;
}

.form-control {
    display: block;
    width: 150px;
    padding: 5px 10px;
    font-size: 14px;
    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: 10px;
	margin-bottom:15px;
}

#msgbox {
	background-color: #a7f285;
	padding: 10px;
	margin-bottom:15px;
}

.mark_blue {
	background-color: #bdd6ec;
	border: 1px solid #808080;
	padding: 5px;
}

#box1 {
	border: 2px solid #808080;
	padding: 10px;
}

#box2 {
	border: 2px solid #808080;
	margin-top: 8px;
	padding: 10px;
}

ul {
	padding-left: 20px;
}

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: 8px 20px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.upload-btn input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}