body {
	margin-bottom: 0px;
	padding: 0px;
	background: #E6E6FA;
	background-size: cover;
	background-position: center;
	font-family: sans-serif;
	height: 70vh;	
}
.Login-box {
 	width: 320px;
 	height: 420px;
 	background: rgba(0,0,0,0.5);
 	color: #E6E6FA;
 	top: 50%;
 	left: 50%;
 	position: absolute;
 	box-sizing: border-box;
 	padding: 70px;
 	transform: translate(-50%,-50%);
 }
 .logo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  left: calc(40% - 50px);
 }
 h1{
 	margin-top: 0px;
 	padding: 0 0 20px;
 	text-align: center;
 	font-size: 22px;
 }
 .Login-box p{
 	margin-bottom: 0px;
 	padding: 0px;
 	font-weight: bold;
 }
 .Login-box input {
 	width: 100%;
 	margin-bottom: 20px;
 }
 .Login-box input[type="text"], input[type="text"]{
 	border: none;
 	border-bottom: 1px solid #fff;
 	background: transparent;
 	outline: none;
 	height: 40px;
 	color: #fff;
 	font-size: 16px;
 }
 .Login-box input[type="submit"]{
 	border: none;
 	outline: none;
 	height: 40px;
 	color: #fff;
 	font-size: 18px;
 	border-radius: 20px;
 	background: #1c8adb;
 }
 .Login-box input[type="submit"]{
 	cursor: pointer;
 	background: #E33D56;
 	color: #E6E6FA;
 }