body
{
	margin:0;
	padding:0;
	background-size:cover;
	background-position:center;
	font-family:sans-serif;
}

.Log_In_Box
{
	width:350px;
	height:260px;
	background:black;
	color:white;
	top:50%;
	left:50%;
	position:absolute;
	transform: translate(-50%,-50%);
	box-sizing:bolder-box;
	padding:70px 30px;
}
.Log_In_Box p
{
	margin:0;
	padding:0;
	font-weight:bold;
}
.Log_In_Box input
{
	width:100%;
	margin-bottom:20px;
}
.Log_In_Box input[type="text"],input[type="password"]
{
	border:none;
	border-bottom:1px solid white;
	background:transparent;
	outline:none;
	height:40px;
	color:white;
	font-size:16px;
}
.Log_In_Box input[type="submit"]
{
	border:none;
	outline:none;
	height:40px;
	background:MediumBlue;
	color:white;
	font-size:18px;
	border-radius:20px;
}
.Log_In_Box a
{
	text-decoration:none;
	font-size:12px;
	line-height:30px;
	color:cyan;
}
.Log_In_Box input[type="submit"]:hover
{
	cursor:pointer;
	background:DarkBlue;
	color:red;
}
.User
{
	width:100px;
	height:100px;
	border-radius:50%;
	position:absolute;
	top:-50px;
	left:calc(50% - 50px);
}
h1
{ 
	margin:0;
	padding:0 0 20px;
	text-align:center;
	font-size:22px;
}