*{
	margin: 0;
	padding: 0;	
}
h1
{
	font-family: arial black;
}
body{
	background: url(admin.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: inherit;
}
.form-container{
	 
 	border:0px solid white;
	padding:65px 70px;
	margin-top:6vh;
	-webkit-box-shadow: 1px 4px 21px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 4px 21px 5px rgba(0,0,0,0.75);
box-shadow: 1px 4px 21px 5px rgba(0,0,0,0.75);
}

.admin{
	float: left;
	color: #fff;
	line-height: 50px;
}
 
.log{
	float: right;
	margin-top: -50px;
	line-height: 50px;
	text-decoration: none;
	list-style: none;
	color: #fff;
}