* {
	color: #f5f7fa;
	background-color: #1f2933;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.form-group {
	margin-bottom: 20px;
}
