body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	 
}
.section{
	position: relative;
	width: 100%;
	height: 100vh;
	background-position: center center;
	/*background-image:url('../img/afric.jpg');*/
	background-image:url('../img/bg.jpg');
	background-size:cover;
}
.avatar{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: absolute;
	margin-top: -15px;
	left: calc(50% - 50px);
}
/*loginBox css*/
.loginBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*width: 350px;*/
	width: 300px;
	height: 320px;
	box-sizing: border-box;
	/*background: rgba(0, 0, 0, .5);
	box-sizing: border-box;

  font-family: "Times New Roman", Times, sans-serif;
  opacity: 0.5;
  filter: alpha(opacity=50);*/
	font-family: "Times New Roman", Times, sans-serif;
		margin: 30px;
		-webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
		background-color: #ffffff;
		background: rgba(255,255,255,0.7);
		/*border: 1px solid black;*/
		opacity: 0.5;
		filter: alpha(opacity=50);
}
.loginBox:hover {
	opacity: 10;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.user{
	width: 150px;
	height: 120px;
	border-radius: 80px;
	overflow: hidden;
	position: absolute;
	left: calc(50% - 80px);
	top: calc(-100px/2);
}
h2{
	margin: 0;
	padding: 0 0 20px;
	color: #efed40;
	text-align:center;
	display: none;
}
.forms{
	margin-top:25%;
	display: non;
}
/*Ends Here*/
section{
	position: relative;
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-image: url();
}
header{
	padding: 0 100px;
	width: 100%;
	height:80px;
	box-sizing: border-box;
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	background-color: #35475e;
	/*background: rgba(255,255,255,.2);
	background-color: #35475e;*/
	transition: .5s;
}
ul{
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	float: right;
	transition: .5s;
}

ol li{
	list-style-type: none;
}
ul li{
	list-style: none;
}
ul li a{
	position: relative;
	display: block;
	padding: 10px 20px;
	margin: 20px 0;
	text-transform: uppercase;
	text-decoration: none;
	/*color: #262626;*/
	color: #ffff;
	font-weight: bold;
	transition: .5s;
}
ul li a:hover{
	background: #000;
	color: #fff;
}
/*toggle*/
.toggle{
	display: none;
	position: absolute;
	right: 10px;
	top: 26px;
	background: #f00;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
}
/*copied footer*/
.footer{
	width: 100%;
	bottom: 0px;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: #35475e;
	position: fixed;
	padding: 8px;

}
.copy{
	color: white;
}

/*Screen size*/
@media (max-width: 992px){
	header{
		padding: 0 0;
		/*background: rgba(255,255,255,.5);*/
		background-color: #35475e;
	}
	ul{
		width: 100%;
		top: -4px;
		display: none;
	}
	header ul.active{
		display: block;
	}
	ul li{
		display: block;
	}

	header ul li a{
		margin: 0;
		display: block;
		text-align: left;
		color: #ffff;
		/*background: rgba(0,0,0,.5);*/
		background-color: #35475e;
	}
	.toggle{
		display: block;
	}
	.footer{
	width: 100%;
	bottom: 0px;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: #35475e;
	position: fixed;
	font-size: 14px;
	padding:0;

}
.avatar{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: absolute;
	margin-top: -15px;
	left: calc(50% - 50px);
}
/*loginBox css*/
.loginBox{
	position: absolute;
	top: 52%;
	left: 40%;
	transform: translate(-50%,-50%);
	/*width: 350px;*/
	width: 300px;
	height: 320px;
	box-sizing: border-box;
	/*background: rgba(0, 0, 0, .5);
	box-sizing: border-box;

  font-family: "Times New Roman", Times, sans-serif;
  opacity: 0.5;
  filter: alpha(opacity=50);*/
	font-family: "Times New Roman", Times, sans-serif;
		margin: 30px;
		-webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
		background-color: #ffffff;
		background: rgba(255,255,255,0.7);
		/*border: 1px solid black;*/
		opacity: 0.5;
		filter: alpha(opacity=50);
}
.loginBox:hover {
	opacity: 10;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.user{
	width: 150px;
	height: 120px;
	border-radius: 80px;
	overflow: hidden;
	position: absolute;
	left: calc(50% - 80px);
	top: calc(-100px/2);
}
.copy{
	color: white;
	width: 100%
}
.copy > span1{
	text-align:center;
	font-size: 8px;
	display:non;

}
.copy > span2{
	font-size: 15px;
	text-align:center;
	display:none;
}
.form{
	width: 100%;
	margin-top:10%;
	display:non;
}
.form1{
	background: rgb(245,245,245);
	font-family: "Times New Roman", Times, sans-serif;
}
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}