body{
	padding:0px;
	background-color:lightgreen;
}
.input-group{
	margin-bottom:30px;
}
.login-form, .signup-form{
	background-color:green;
	padding:0;
	margin-top:auto;
	position:absolute;
	margin-bottom:auto;
	top:0;
	bottom:0;
	max-height:300px;
	border-radius:10px;
	box-shadow:7px 0px 10px 4px  #003300;
	border:none;
	
}
.signup-form{
	height:auto;
	max-height:400px;
}
.form-control:focus{
	box-shadow:none;
}
.form-panel>.panel-footer, .form-panel>.panel-footer>a{
	background-color:green;
	color:white;
	text-align:center;
}
.login-form>.form{
	padding:20px;
}
.help-block{
	color:#faa;
}


.top{
	width:100%;
	padding:10px;
	background-color:#008800;
	height:70px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10;
}
.top>img{
	height:65px;
	display:inline-block;
}
.nav-toggler{
	font-size:20px;
	padding:7px;
	color:white;
	cursor:pointer;
	display:inline-block;
	padding-top:20px;
}
nav{
	position:fixed!important;
	top:70px;bottom:0;height:100%;
	background-color:#00d100;
	color:white;
	padding:0!important;
	padding-top:20px!important;
	z-index:10;
}
nav *{
	color:white;
	padding:0;
	font-weight:600;
}
.nav > li.active, .nav-stacked > li:hover>a{
	background-color:#008800;
	color:white;
}
.nav>li, .nav-stacked>li{
	width:100%;
	margin:0;
}

@media (max-width:768px){
	nav{
		left:-300px;
	}
}
.main-wrapper{
	margin-top:100px;
}
.quiz-form{
	background-color:green;
	padding:20px;
	box-shadow:7px 0px 10px 4px  #003300;
	color:white;
	border-radius:10px;
}
.btn-lg, a.btn-lg, a.btn-lg:hover, a.btn-lg:visited, a.btn-lg:focus{
	border:1px solid white;background-color:green;
	color:white;
	margin-left:10px;
}
.question-div{
	padding:10px;
	margin-bottom:20px;
}
#phead{
	font-size:20px;
}