body {
	margin: 0px;
	padding: 0px;
	background-color:rgb(17,78,56);
	
}


#nav_bar {
	margin-top: 1px;
	background-color: rgb(16, 179, 142);
	height: 71px;
	
}
#form {
	position: absolute;
	width: 50%;
	/* border: 1px solid black; */
	left: 26%;
	margin-top: 160px;
	padding: 10px;
	text-align: left;
	font-size: 1.2em;
	font-family: roboto;
	/* font-style: italic; */
	background-color: #fffaf099;
	border-radius: 0px;
	height: 255px;
	box-shadow: 0px 4px 20px #0006;
}
.main {
	background:url(../images/suman.jpg);
	width:100%;
	height:100%;
}	
#formDetail {
	margin-left: 100px;
	text-align: left;
}
h1 {
    color: brown;
    border-bottom: 1px solid #080808;
    position: relative;
    width: 95%;
    left: 21px;
}

.btn 
 {
	position: relative;
	font-size: 1em;
	font-family: sans-serif;
	width: 70px;
	height: 33px;
	cursor: pointer;
	background-color: limegreen;
	color: aliceblue;
	border-radius: 5px;
	border-color: limegreen;
	left: 60px;
	top: 16px;
}