﻿	
	body{
		margin: 0px;
    	padding: 0px;
		margin-top: 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

	#Label1{
	 position: absolute; left:9rem; 
	 top: 195px;
 
	}

	#Label2{
		position: absolute; left:9rem; 
		top: 235px	
	}

	#idbox{
		position: absolute; left:15rem;
		top: 192px;
	}

	#pwbox{
		position: absolute; left:15rem;
		top: 232px;
	}

	#Button1{
		position: absolute; left:15rem;
		top: 272px;
		border-radius: 5px;
		background-color: lightgrey;
	
	}

	.container{
		width:100%;
		height:100%;
		display:flex;
		align-items:center;
		justify-content:center;
		padding:0px;
	}

	.heading{
		background-color: lightgrey;
		margin: 0px;
		width:100%;
		line-height:1.8rem;
		font-size: 1.0rem;
		text-align: center;
		font-weight: bold;
	}	

	/* .content{
		font-size:1rem;
		width:80%;
		height:350px; 
		display:flex; 
		align-items:center;  
		background-color: white; 
		margin-left: auto; 
		margin-right: auto;
		margin-top: 10px;
	}  */



