body

{

	margin:0;
	padding:0;

}



table

{
	margin:0;
	border: 0px;
	width: 500;

}



td

{

	padding: 10px 40px;

}



input[type=text], input[type=password]

{
	width:100%;
	font-size:16px;
	border: none;
	box-sizing: border-box;
	border-bottom: 2px solid black;
	background: transparent;
	background-color: #CCCCCC;

}



label

{

	font-size:16px;

	font-weight: bold;

}



input[type=submit]

{

	font-size:16px;


	color:black;

	font-weight: bold;

	border-radius: 20px;

	height: 40px;

	width: 200px;

	border: solid;

}



a

{

	font-size: 12px;

}
 
