body{
	height:100vh;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background:url("../image/a.jpg");
	background-position:center;
	background-size:auto;
}
form{
	margin-top:10%;
	width:25%;
	height:60%;
	display:flex;
	flex-direction:column;
	background-color:rgba(255,255,255,0.4);
	box-shadow:5px 8px 10px rgba(0,0,0,100);
	border-radius:30px;
	border-left:1px solid white;
	border-top:1px solid white;
}
h1{
	font-size:45px;
	text-align:center;
}
label{
	font-size:16px;
	color:black;
	margin-left:6%;
	margin-bottom:3%;
	font-family:Century;
	opacity:.6;
}
input{
	width:80%;
	margin-left:20px;
	margin-bottom:8%;
	font-size:15px; 
	border:none;
	outline:none;
	background:transparent;
	border-bottom:2px solid black ;
	
}
button{
	width:25%;
	height:8%;
	margin:3% auto;
	color:white;
	font-size:15px;
	opacity:.7;
	background:rgba(0,0,0,0.5);
	border-radius:20px;
	border:none;
	box-shadow:3px 5px 5px black;
	border-left:1px solid white;
	border-top:1px solid white;
}
img{
	position:absolute;
	bottom:65%;

}