body {
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: fixed;
	background-image: url(../image/schoolmulti5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100%;
	margin:0px;
	padding:0px;
}
#forrm {
	width: 100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	float: left;
	padding:25px;
	border-radius:10px;
	margin-top:10px;
}
#forrm h1 {
	font-size:20px;
	color:#fff;	
}
#loginn {
	width: 250px;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size:14px;
}

#forrm table tr td {
	padding:5px 0px 5px 0px;	
}
#forrm table tr td input {
	width:100%;
	padding:5px;	
	border-radius:3px;
	border:0px;
}
#forrm table tr td.chngclr {
	color:#fff;	
}
#forrm table tr td input.btnn {
	background:#063;
	color:#fff;
	cursor:pointer;
}
#forrm table tr td input.btnn:hover {
	background-color:#090;
	transition:all .5s;	
}