.body {

	background-image: url('i64.jpg');
	background-size: cover;
	background-position: center;
	height: 773px;
	margin: 0;
	padding: 0;
}
.logn {
	height: 450px;
	width: 320px;
	background: rgba(0,0,0,0.4);
	margin-top:190px;
	margin-left:750px;
}

#avatar {
	margin-top: -50px;
	margin-left: 105px;
	border-radius: 50%;
	height: 100px; width: 100px;
}

.logn input {
	text-align: center;
	margin-left: 45px;
}
.logn input[type="text"], input[type="password"]
{
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 40px;
	color: white;
	font-size: 20px;
}

.logn input[type="button"]
{
	margin-left: 80px;
	width: 50%;
	border: none;
	outline: none;
	height: 40px;
	font-size: 20px;
	border-radius: 20px;
	background-color: #2874A6;
	color: white;
}

.logn input[type="button"]:hover {
	cursor: pointer;
	background: green;
}
