.form-signin {
  width: 492px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

.loginBild {
	object-fit: cover;
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	z-index: -1;
}

.container {
	padding: 0px !important;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-control {
	border: 1px solid #e2e2e2 !important;
	box-shadow: none !important;
}

.btn {
	height: 48px;
}

#kdnr {
	margin-bottom: 26px;
}

.logo {margin-top:85px; margin-left: auto; margin-right: auto; display: block;}
.lfooter {margin-top: 76px; margin-left:auto;margin-right: auto; font-size:18px; line-height: 24px; opacity: 1; width:492px;display:block; text-align: center;}
a {text-decoration: none; color: whitesmoke; margin-left:5px;margin-right: 5px;}

body{ background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;margin-bottom:0px; overflow: hidden; }

.login_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 0;
}

#login_form {
	z-index: 20;
}

input#username.form-control.rectangle {	border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
input#pwd.form-control.rectangle {	border-top-left-radius: 0px; border-top-right-radius: 0px; }

.rectangle-3 {	height: 48px;	width: 492px;	border-radius: 2px;	background-color: #6091BA; border:none; margin-top: 50px;}
