body{
	background: center;
}
.backg{

	position: fixed;
	background-size: cover;
	top: 0px;
	left: 0px;
	height:100%;
	width: 100%;
	opacity: 0.2;

}

.login-container{
	
	background-color: white;
	position: absolute;
	margin-left: 34%;
	margin-top: 7%;
	opacity: 0.9;
	width: 30%;
	padding: 30px;
	
}


.use{
	height: 30px;
	width: 300px;
	border-radius: 20px;
	padding:2px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.pas{
	height: 30px;
	width: 300px;
	border-radius: 20px;
	padding: 2px;

}
.btn{

	background-color: blue;
	color: white;
	padding: 7px 5px;
	border: none;
	cursor: pointer;
	width: 90%;
	opacity: 0.9;
	border-radius: 20px;
	margin-right: 10px;


}

.btn:hover{

	opacity: 0.8;
}

.me{

	padding: 10px;
	font-family: Calibri;
	font-weight: light;
	font-size: 16px;
}

.rota{

	height: 100%;
	width: 100%;
	background-color: white;

}

.sign{

	font-size: 20px;	
	padding: 5px;
	font-weight: bold;
}

.inn1{

	text-decoration: none;
	font-size: 16px;
}

.top{

	margin-top: 20px;
	padding: 10px;
}












.forgot-container{
	
	background-color: white;
	position: absolute;
	margin-left: 34%;
	margin-top: 7%;
	opacity: 0.9;
	width: 25%;
	padding: 30px;
	
}

.reset{

	font-family: Verdana;
	font-size: 25px;
}

.sub{

	font-family: Verdana;
	font-size: 15px;
}

.button{
	
	background-color: blue;
	color: white;
	padding: 10px 10px;
	border: none;
	cursor: pointer;
	width: 90%;
	opacity: 0.9;
	border-radius: 20px;
	margin-right: 10px;	
	margin-top: 30px;
	position: center;
	
}

.pas{

	margin-top: 10px
}

.inn{

	text-decoration: none;
	font-size: 17px;
	
}

 .top1{

 	margin-top: 10px;
	padding: 10px;
 }

