
html,body{
	margin: 0;
	padding: 0;
	width: 100%;
}

html{
	height: 100%;
	background-color: #26262a;
	color: white;
}

#content{
	display: table;
	max-width: 650px;
	margin: 50px auto;
/*
	padding: 25px;
	border: 1px solid black;
	border-radius: 20px;
	background-color: #46464a;
*/
}

#logincontainer{
	width: 320px;
	height: 300px;
	margin: auto;

	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
#submit_button{
	width: 100%;
	height: 40px;
	font-weight: bold;
	border: 1px solid black;
	border-radius: 5px;
	background-color: #ddd;
	color: black;
}

.pure-control-group{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


a{
	color: white;
}
