.login_wrapper {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	
	width: 100%;
}

.login_form_wrapper {
	display: inline-flex;
	flex-direction: column;
	
	min-width: 20em;
	width: 45em;
	max-width: 95%;
	
	position: absolute;
	
	bottom: 40%
}
