@charset "utf-8";
/* CSS Document */

form{
	
	
	width: 150px;
	margin:auto;
	background: rgba(0,0,0,0.4);
	box-sizing: border-box;
	margin-top: 40px;
	border-radius: 7px;
}
input{
	width: 100%;
}