   h2{
	background-color: rgb(140, 155, 155);
	padding: 10px 10px;
	margin: -10px -50px;
	text-align:center;
	color: white;
	font-family: 'Trebuchet';
   }
   
   
   input[type=text]{
	width: 100%;
	height: 50px;
	padding: 5px;
	margin-bottom: 25px;
	margin-top: 5px;
	border: 2px solid #ccc;
	color: grey;
	font-size: 16px;
	font-family: arial;
   }
   input[type=password]{
	width: 100%;
    height: 50px;
	padding: 5px;
	margin-bottom: 25px;
	margin-top: 5px;
	border: 2px solid #ccc;
	color: grey;
	font-size: 16px;
   }
   
   label{
	color: black;
	text-shadow: 0 0px 0 BLACK;
	font-size: 15px;
	/* font-weight: bold; */
	font-family: arial;
   }
   
   input[type=submit]{
	background-color: rgb(175, 184, 184);
	font-size: 16px;
	color: BLACK;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	padding: 10px 0;
	outline:none;
   }
   