.form{
	width: 500px;
	height: 400px;
	margin: 0 auto;
	margin-top: 100px;
}
.input_row{
	display: flex;
	width: 100%;
	
}
.title{
	width: 150px;
	font-size: 20px;
	margin-top: 5px;
}
.input{
	width: 300px;
	
}
.input input{
	width: 300px;
	height: 45px;
	background: gainsboro;
	border: 0;
	padding-left: 20px;
}
button{
	width: 300px;
	background: black;
	font-size: 20px;
	color: white;
	text-align: center;
	height: 45px;
	border: 0;
}
