html {
	height: 100%;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	background-size: cover;
	background-image: url('images/bg_small.jpg');
	height: 100vh;
	margin: 0;
	padding: 0;
}


#login-box {
	width: 450px;
	height: auto;
}

#newpw-box {
	width: 450px;
	height: auto;
}

#login-reg-box {
	width: 450px;
	height: auto;
}

#register-box {
	width: 450px;
	height: auto;
}

#login-header {
	height: 0px;
	background-color: white;
}


.hidden {
	visibility: hidden;
}

.error {
	background-color: #FF9494;
	border: 1px solid darkred;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	height: auto;
	color: #333;
	padding: 10px;
	border-radius: 5px;
}

.reason {
	background-color: #aac3a0;
	border: 1px solid #157001;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	height: auto;
	color: #333;
	padding: 10px;
	border-radius: 5px;
}


#mask {
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}


/* login dialog */
.loginBox {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0 50px;

}

.login-popup {
	background: #eee;
	width: 265px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #ddd;
	box-shadow: 0px 0px 20px #999; /* CSS3 */
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
	-webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
}

.dvImgLogin {
	height: 23px;
	width: 123px;
	margin-top: 90px;
	padding-left: 71px;
	position: relative;
	left: 50px;
}

.appLogo {
	width: 100%;
	margin-bottom: 25px;
}


fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

form.signin .textbox label {
	padding-bottom: 7px;
}

form.signin .textbox span {
}

form.signin .textbox .input-conta {
	border-bottom: 1px solid #333;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #222;
	font-weight: bold;
	padding: 10px 0 5px 0;
	width: 100%;
	margin-top: 50px;
	background-color: transparent;
}

.input-conta-low {
	border-bottom: 1px solid #333;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #222;
	padding: 10px 0 5px 0;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: transparent;
	font-size: 14px;
}

.input-radio {
	border-bottom: 1px solid #333;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #222;
	font-weight: bold;
	font: 22px Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
}


.button {
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 15px 3px;
	text-align: center;
	font-weight: bold;
	width: 120px;
	background-color: #739DC7;
	opacity: 1;
	margin-top: 75px;
	width: auto;
}

.label-box {
	font: 16px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 5px 0px;
}

#SUBMIT-MSG-MID {
	position: fixed; /* Sit on top of the page content */
	display: block;
	visibility: hidden; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
	z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
	cursor: progress; /* Add a pointer on hover */
	color: white;
	font-size: 25px;
	padding-top: 340px;
}

td.bottom-left {
	text-align: left;
	vertical-align: middle;
}


.container {
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}

.login-box {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 400px;
	height: 300px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	box-shadow: 0px 0px 20px #1E5C99;
	padding: 20px;
}

.login-table .error {
	background-color: #D64646;
	padding: 5px;
	border: 1px dashed white;
	color: white;
	text-shadow: 1px 1px 0px red;
}

input {

	font-family: 'Ubuntu', sans-serif;
	appearance: auto;
	padding: 10px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

input[type=submit] {
	background-color: #ffffff;
	border-color: #1E5C99;
	color: #1E5C99;
	width: 100%;
	border: 1px solid;
	border-radius: unset;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px 5px;
	width: 200px;
}

input[type=submit]:hover {
	background-color: #1E5C99;
	color: #ffffff;
}

h2 {
	text-align: center;
}

.footer-overlay {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 40px;
	background: rgba(255, 255, 255, 0.6);
}

#login-footer {
	padding: 10px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

a, a:visited {
	color: black;
}

.da7-qr-box-AQR,
.da7-qr-box-GQR {
	background-position: left top;
	background-repeat: no-repeat;
	height: 50px;
	width: 44px;
	margin-right: 10px;
	font: 44px/1 'Font Awesome 5 Brands';
	color: #000000;
}

.da7-qr-box-AQR:before {
	color: #666666;
	content: "\f179";
}

.da7-qr-box-GQR:before {
	color: #008844;
	content: "\f17b";
}

.has-qr-links a {
	cursor: pointer;
}

#bauvorhaben-login-maske > a {
	padding: 5px;
	margin: 0 10px;
}
