.flex-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4vh;
	width: 10vw;
}

.username, .pass {

}