html {
	font-size: 10pt;
	background: url('images2/bg1.jpg');  
}


label {
	display: block;
	color: #999;
}

login-container {
	position: fixed;
	width: 340px;
	height: 280px;
	top: 50%;
	right: 10%;
	margin-top: -140px;
	margin-left: -170px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceIn;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	width:90%;
	height: 100%: 
display:  block;
	z-index: -1;
}

.cf:before,.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf { *
	zoom: 1;
}

:focus {
	outline: 0;
}

.form-all {
	background: url(images2/SISLogo.png) no-repeat top left;
}

.loginform {
	width: 410px;
	margin: 50px auto;
	right:10%;
	top:50%;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px
		rgba(250, 250, 250, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.loginform ul {
	padding: 0;
	margin: 0;
}

.loginform li {
	display: inline;
	float: left;
}

.loginform input:not ([type=submit] ) {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px
		rgba(250, 250, 250, 0.5);
}

.loginform input[type=submit] {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #64c8ef; /* Old browsers */
	background: -moz-linear-gradient(top, #64c8ef 0%, #00a2e2 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64c8ef),
		color-stop(100%, #00a2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #64c8ef 0%, #00a2e2 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #64c8ef 0%, #00a2e2 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #64c8ef 0%, #00a2e2 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #64c8ef 0%, #00a2e2 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#64c8ef',
		endColorstr='#00a2e2', GradientType=0); /* IE6-9 */
	color: #fff;
	padding: 5px 15px;
	margin-right: 0;
	margin-top: 15px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}