﻿/*BildschirmZentrierung*/

html{
	height:100%;
}

#bodyDIV
{
	display:table;
	height:100%;
	width:100%;
	margin-top:15%;
} 
/*DIVS Layout*/
#container
{
	margin: auto;
	width:565px;
	height:366px;
	background-color:white;
	border-color: #BFBFBF;
	border-width: 1px;
	border-style: solid;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
#mainForm
{
	display: inherit;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
}
#middleBar
{
	width:355px;
	height:277px;
	background-color: transparent;
	float: right;
	
}

#topBar {
	width: 475px;
	height: 89px;
	background-color: transparent;
}

#leftBar {
	max-width: 120px;
	height: 277px;
	background-color: transparent;
	position: absolute;
	bottom: inherit;
}

#rightBar
{
	width:90px;
	height:366px;
	background-color:white;
	float: right;
	background-image:url("framework2.png");
}

/*pictures*/
#logo
{
margin-top: 15px;
margin-left: 15px;
}

/*FormLabels*/
.loginLabel
{
	font-weight: bold !important;
	color: rgba(15, 15, 15, 0.85);
	font-family: sans-serif,Verdana;
	font-size: 12px;
	letter-spacing: 0.02em;
}
#userDiv
{
	height:25px;
	margin:10px 10px 10px 0px;
}
#pwDiv
{
	margin:10px 10px 10px 0px;
}
.loginLabelDIV
{
	padding-top:4px;
	padding-bottom:4px;
	float:left;	
}
.inputDIV
{	
	float:right;
	color:black;	
}

/*LoginHeader*/
#LogInTxt
{
	color: #4885B6;
	font-family: sans-serif,Helvetica;
	font-weight: 400;
	padding-top: 15px;
}

/*Textfields*/
.logInUsr
{
	width:180px;
	float: right;
	margin-right: 75px;
	outline: medium none;
	padding: 4px;
	min-height: 18px;
	border: 1px solid rgba(15, 15, 15, 0.3);
	transition: border 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	
}

.logInPw 
{
	padding: 4px;
	min-height: 18px;
	border: 1px solid rgba(15, 15, 15, 0.3);
	transition: border 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	width:180px;
	float: right;
	outline: medium none;
	margin-right: 75px;
	margin-bottom:5px;
}
	
/*Checkboxes*/
.text
{
	text-align:left; 
	margin-left:76px;
	font-weight: bold !important;
	color: rgba(15, 15, 15, 0.85);
	font-family: sans-serif,Verdana;
	font-size: 12px;
	letter-spacing: 0.02em;
}
#LoginForm_RememberMe {
	border: solid 1px rgba(15, 15, 15, 0.3);
	transition: border 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#checkBoxTxt
{
	font-size:small;
	font-family: sans-serif,Verdana;
	letter-spacing: 0.02em;
}

/*Buttons*/
.logInBtn
{
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	border-radius: 0px;
	float:right;
	margin-right:85px;
	color: #212121;
	background-color: #FAFAFA;
	outline: medium none;
	margin-top: 10px;
	cursor: pointer;
	min-height: 36px;
	min-width: 88px;
	line-height: 36px;
	vertical-align: middle;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-user-select: none;
	border: 0px none;
	padding: 0px 6px;
	background: transparent none repeat scroll 0% 0%;
	color: currentcolor;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-style: inherit;
	font-variant: inherit;
	font-family: sans-serif;
	text-decoration: none;
	overflow: hidden;
	transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	letter-spacing: 0.01em;
}	

/*Fehlermeldungen*/
.warnings
{
	text-align:left;
}
.iVDSC_StartHead
{
	color:red;
	margin:0;
}
.iVDSC_StartText
{
	color:red;
	margin:0;
}
#textLabel{
	color:red;
	margin:0;
	font-weight: bold !important;
	font-family: sans-serif,Verdana;
	font-size: 12px;
	letter-spacing: 0.02em;
}
#headLabel
{
	color:red;
	margin:0;
	font-weight: bold !important;
	font-family: sans-serif,Verdana;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.cl
{
	clear: both;
}

.validationSum ul
{
	color:red;
	margin:0;
	font-weight: bold !important;
	font-family: sans-serif,Verdana;
	font-size: 12px;
	letter-spacing: 0.02em;
	padding-left:10px;
	padding-top:25px;
	line-height: 1.5;
}

/*-----responsive design-----*/
@media only screen and (max-width: 480px) {
	/*layout*/
	#bodyDIV
	{
		margin: 0;
	}
	
	#leftBar 
	{
		width: 0;
		display:none;
		float:none;
	}

	#rightBar 
	{
		display:none;
		float:none;
		width: 0;
	}

	#topBar 
	{
		width: inherit;
	}
	
	#container 
	{
		width: 100%;
		border:none;
		height:100%;
		margin:0;
	}
	
	#logoContainer
	{
		margin-top:0;
	}
	#middleBar 
	{
		float: left;
		width: 100%;
		text-align:center;
	}
	
	/*form*/
	/*formHeader*/
	#LogInTxt {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	/*formcontainer*/
	#userDiv
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom:30px;
		width:100%;	
	}

	#pwDiv
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	/*labelContainer*/
	.loginLabelDIV
	{
		float:none;
		margin-left: auto;
		margin-right: auto;
		text-align: left;	
	}
	
	/*TextfieldContainer*/
	.inputDIV
	{
		float:none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width:100%
	}
	/*Labels and textfields*/
	
	.loginLabel
	{
		margin-left: 5px;
		margin-right: auto;
		text-align: left;
	}
	.text
	{
	margin-left:0px;
	margin-right:auto;
	}
	/*Checkbox*/
	#save
	{
		text-align:left;
		float:none;
		margin-left:0px;
		margin-right:auto;
	}
	/*Button*/
	.logInBtn
	{
		margin:unset;
		float:none;
		margin-top:40px;
		margin-right:auto;
		margin-left:auto;
	}
	.logInUsr
	{
		float:none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top:4px;
		padding-bottom:4px;
		padding-left:0;
		padding-right:0;
		width:97%;
	}
	.logInPw 
	{
		float:none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top:4px;
		padding-bottom:4px;
		padding-left:0;
		padding-right:0;
		width:97%;
	}

}
