.wrapper {  
	height: 150px;  
	display: flex;
	justify-content: center;
	align-items: center;
}

.form {
	background: #E6E5E5;
	width: 220px;
	padding: 30px 50px 30px 50px;
	margin-top: 100px;
}

.form input {
	width: 100%;
  	margin-bottom: 10px;
}

.buttons {
	text-align: right;
}