.container {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

.login-form {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	height: 190px;
}

label {
	width: 100%;
	text-align: left;
}

input[type=text], input[type=password] {
	width: 100%;
	padding: 8px;
	margin-bottom: 16px;
	box-sizing: border-box; /* For at inkludere polstring i den totale bredde */
	color: black;
	background-color: white;
}

input[type=submit] {
	background-color: #dddddd;
	color: #000000;
	float: right;
	font-weight: bold;
	height: 36px;
	width: 80px;
}

.login_button {
	position: absolute;
	margin-left: 471px;
	margin-top: 156px;
}

#error_message {
	position: absolute;
	margin-top: 160px;
	float: left;
	color: #ff0000;
}
#error_message_token {
	position: absolute;
	margin-top: 123px;
	float: left;
	color: #ff0000;
}
#status_message {
	position: absolute;
	margin-top: 123px;
	float: left;
	color: #005500;
	max-width: 560px;
}
#loginform_blocked {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	color: #000000;
}

.forgot_password {
	padding-left: 24px;
}
.forgot_password a {
	color: #606060;
	text-decoration: none;
}

.reset_password_button input[type=submit] {
	background-color: #dddddd;
	color: #000000;
	float: right;
	font-weight: bold;
	height: 36px;
	width: 180px;
}