html {
	height: 100%;
}
body {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	background-color: #ecf0f1;
}

.form-auth {
	max-width: 45rem;
	margin: 0 auto;
	padding: 1rem 4rem;
	background-color: #071323;
}

.form-auth .header-title {
	margin-bottom: 2rem;
}

.form-auth label {
	color: #fff;
}

.header-title {
	width: auto;
}
