body {
	font-family: Arial;
	margin-top: 100px;
}

#LoginForm h1 {
	font-size: 20px;
	color: #666;
	background: none;
	border: none;
	text-transform: none;
	padding: 0;
}

p.Error {
	color: #bd362f;
	font-size: 13px;
	font-weight: bold;
}

#LoginShadow {
	width: 500px;
	margin: auto;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

#LoginWindow {
	position: relative;
	width: 500px;
	min-height: 300px;
	margin: auto;
	background-color: rgb(255, 255, 255);
}

#LoginLogoCompany {
	position: absolute;
	right: 10px;
	top: 10px;
}

#LoginSSL {
	position: absolute;
	right: 35px;
	bottom: 50px;
}

#LoginLogoGoalcampus {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div#LoginForm {
	width: 300px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

div#LoginForm form p label {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

div#LoginForm form input[type=text],input[type=password],input[type=email] {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 286px;
	border: 1px solid #bbb;
	background-color: #f7f7f7;
}

div#LoginForm form input[type=submit] {
	border: 2px solid rgb(81, 163, 81);
	background-color: #fff;
	padding: 3px 20px;
	font-weight: bold;
	color: rgb(81, 163, 81);
}

div#LoginForm form input[type=submit]:hover {
	background-color: rgba(81, 163, 81, 0.1);
}

div#LoginForm form input[type=submit]:active {
	background-color: rgb(81, 163, 81);
	color: #fff;
}

div#LoginForm a {
	text-decoration: underline;
	color: #666;
	font-size: 11px;
	font-style: italic;
}

div#LoginForm form a:hover {
	color: #000;
}

div#LoginForm a.ButtonRed {
	border: 2px solid rgb(189, 54, 47);
	background-color: #fff;
	padding: 3px 20px;
	font-weight: bold;
	color: rgb(189, 54, 47);
	text-decoration: none;
	font-style: normal;
	font-size: 14px;
}

div#LoginForm a.ButtonRed:hover {
	background-color: rgba(189, 54, 47, 0.1);
	color: rgb(189, 54, 47);
}

div#LoginForm a.ButtonRed:active {
	background-color: rgb(189, 54, 47);
	color: #fff;
}

label.error {
	color: red;
	display: block;
	font-style: italic;
}

.passwordInfo {
	position: relative;
}

.icon {
	background: url("https://static.fahrschul-system.de/images/icons.png") no-repeat;
	display: inline-block;
	height: 16px;
	overflow: hidden;
	padding-bottom: 2px;
	padding-left: 25px;
	text-decoration: none;
}

.icon_help {
	background-position: 0px -8388px
}

/* ---------- PASSWORTSICHERHEIT ---------- */
.strong-0 {
	width: 4px;
	background-color: #ff0000;
	display: block;
	height: 15px;
}
.strong-1 {
	width: 20px;
	background-color: #ff0000;
	display: block;
	height: 15px;
}
.strong-2 {
	width: 40px;
	background-color: #ff2c00;
	display: block;
	height: 15px;
}
.strong-3 {
	width: 60px;
	background-color: #ff4d00;
	display: block;
	height: 15px;
}
.strong-4 {
	width: 80px;
	background-color: #ff7300;
	display: block;
	height: 15px;
}
.strong-5 {
	width: 100px;
	background-color: #ff9900;
	display: block;
	height: 15px;
}
.strong-6 {
	width: 120px;
	background-color: #ffc700;
	display: block;
	height: 15px;
}
.strong-7 {
	width: 140px;
	background-color: #ffff00;
	display: block;
	height: 15px;
}
.strong-8 {
	width: 160px;
	background-color: #b6ff00;
	display: block;
	height: 15px;
}
.strong-9 {
	width: 180px;
	background-color: #53e200;
	display: block;
	height: 15px;
}
.strong-10 {
	width: 200px;
	background-color: #00e200;
	display: block;
	height: 15px;
}
/* ---------- END PASSWORTSICHERHEIT ---------- */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #f7f7f7;
	padding: 5px;
	cursor: pointer;
	opacity: 0.85;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px #aaaaaa;
	-webkit-box-shadow: 5px 5px 5px #aaaaaa;
	box-shadow: 5px 5px 5px #aaaaaa;
}

#tooltip h3, #tooltip div {
	margin: 0;
}