@font-face {
	font-family:"Open Sans";
	src:url("../skrift/OpenSans-Variable.ttf");
}
@font-face {
	font-family:"Open Sans Italic";
	src:url("../skrift/OpenSans-Italic.ttf");
}
body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
	background-image: url("../media/bg.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Open Sans";
	font-size: 12px;
}
form {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 400px;
	margin: 0 auto;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}
form input[type=text],
form input[type=password] {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 0px;
	display: inline-block;
	border: 1px solid #b4a8d3;
	background-color: rgba(255,255,255,0.1);
	border-radius: 5px;
	box-sizing: border-box;
	width: 90%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.formbutton {
	background-color: #F91317;
	color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 284px;
	margin-right: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100px;
	height: 30px;
}
.formbutton:hover {
	opacity: 0.8;
}
img {
	color-scheme: light only;
	width: 90px;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.divKnpBG {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #DC3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.invalid-feedback {
	color: #DC3545;
}
.txtSenter1 {
	padding-left: 85px;
}
.txtSenter2 {
	padding-left: 95px;
}
.divMain {
	display: flex;
	align-items: center;
}
.fKnapp {
	display: flex;
	flex-direction: row-reverse;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	color: #000;
	background-color: rgba(255,255,255,0.4);
	padding: 0.01em 16px;
	font-size: 12px;
	line-height: 1.0;
}