body
	{	
		font-family: "Tahoma";
		color:#334236;
		margin-top:0;
		background-color:grey;
	}
	
#main_banner_login{
	border:red 0px solid;
	position:relative;
	height:700px;
	background:url('./image/form-login.png') center no-repeat;
	vertical-align: middle;
}
	
#banner_login	{
					border:orange 0px solid;
					position:absolute;
					margin-left:50%;
					margin-right:50%;
					margin-top:350px;
					width:323px;
					height:172px;
					vertical-align: middle;
				}	

#username	{
				position: absolute;
				border:green 0px solid;
				margin-left:100px;
				margin-top:20px;
				width:210px;
				height:25px;
				border-radius:8px;
				color:black;
				padding-left:10px;
				padding-right:10px;
				font-size:18px;
			}
#label_username{
	position: absolute;
	border:green 0px solid;
	margin-top:21px;
	width:200px;
	height:25px;
	border-radius:8px;
	color:white;
	padding-left:10px;
	font-size:18px;
}
#password	{
				position: absolute;
				border:green 0px solid;
				margin-left:100px;
				margin-top:45px;
				width:210px;
				height:25px;
				border-radius:8px;
				color:black;
				padding-left:10px;
				padding-right:10px;
				font-size:18px;
			}
#label_password{
	position: absolute;
	border:green 0px solid;
	margin-top:47px;
	width:200px;
	height:25px;
	border-radius:8px;
	color:white;
	padding-left:10px;
	font-size:18px;
}
#login	{
				position: absolute;
				border:grey 0px solid;
				border-radius:8px;
				margin-left:210px;
				margin-top:70px;
				width:100px;
				height:30px;
				font-size:18px;
			}
		 
			
#pesan	{
			position: absolute;
			border:grey 0px solid;
			border-radius:8px;
			margin-top:110px;
			margin-left:5px;
			font-size:12px;
			color:red;
			}