html, td {padding: 18;margin: 18;font-family:'Lato', Arial, Helvetica, sans-serif;color: #6B817E;}
body {
	background-image: url(layout/festivalpro_images/festivalpro_backg_log.jpg);
	background-attachment:fixed;
	padding: 35px;
	background-size: cover;
    font-family:'Lato', Arial, Helvetica, sans-serif;
}

#logo {
	width: 300px;
	height: 110px;
	overflow: hidden;
	z-index:1;
	top: 0px;
	margin: 0px auto 0 auto;
	background-image: url(layout/festivalpro_images/festivalpro_logo_mid.png);
	background-repeat: no-repeat;
	padding-top: 0px;	
}

p.loginTwoFactor {
	color:#CCF6F0; 
	font-size: 14px;
	
}

.companyLogoLogin {
max-height: 190px;
max-width: 500px;
margin: 30px auto 40px auto;
display: block;

}

#login_wrapper {
	width: 100%;
	left: 0px;
}

.formular {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 380px;
	background-image: none;
	padding-top: 0px; 
	background-color: none;
	background: none;
}

fieldset {display: block;-webkit-margin-start: 2px;-webkit-margin-end: 2px;-webkit-padding-before: 0.35em;-webkit-padding-start: 0.75em;-webkit-padding-end: 0.75em;-webkit-padding-after: 0.625em;border: 0px groove threedface;border-image: initial;}


.form_menu a span {
	border-radius: 0px;
	background: #D7DEDC;
	padding:0px;
}

.form_menu a span span {
	text-decoration:none;
padding: 10px 0px 10px;
width:168px;
	color: #5e6263;
	text-transform: uppercase;
	}

* {
	outline: none;
}

html, body {
	
	margin: 0;
	padding: 0;
	text-decoration:none;
}

#wrapper {
	height: 340px;
	background-color: #395B66;
	background-color: rgba( 57, 91,107, 0.8);
	margin-left:auto;
	margin-right:auto;
	position: relative;
	border-top: 5px solid #30505B;
	border-bottom: 5px solid #30505B;
	top: 0;
	left: 0;
	box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	/*margin-top: 10%;*/
}

#login_wrapper form {
	margin: 0;
	padding: 0;
	width: 380px;
	margin: 0 auto;
}

#login_wrapper fieldset {
	margin: 0;
	padding: 0px 0 0 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
}

.formular_inner {
	width: 350px;
	margin: 0 0 0 15px;
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 0;
	
}

.formular label {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 12px 0 0;
}

.formular label strong {
float: left;
display: block;
padding-top: 10px;
color: #D7DEE0;
font-size: 16px;
text-transform: uppercase;
font-weight: 400!important;
font-size: 14px;
}
.ibChangePW {color: #D7DEE0; font-size: 18px; } 

input.checkbox {
	vertical-align: middle;
	border-radius: 0px;
}

.form_menu {
	margin: 65px 0 0 93px;
	height: 100px;
	width: 320px;
}

.form_menu li {
	float: left;
	list-style: none;
	padding: 0 4px 0 0;
	background: none;
	border: none;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.button input {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: -100px;
left: -100px;
display: block;
cursor: pointer;
}

.button:hover {
	text-decoration: none;
}

.form_menu a:hover {
	text-decoration: none;
}

.formular label.inline {
	margin-left:98px;
	margin-top: 0px;
	
}

.error {
	position: absolute;
	margin-top: -160px;
	left: 50%;
	margin-left: -210px;
	height: 34px;
	line-height: 30px;
	background-image:none;
	width: 428px;
	color: #ffffff;
	background-color: #c47474;
	border-radius: 0px 0px 0px 0px;

}

.error_inner {
	padding: 2px 9px 0 31px;
	background:url(layout/festivalpro_images/error_ico.png) no-repeat 9px center;
	background: none;
	text-align: center;
}

.error strong {
	color: #ffffff;
	font-size: 16px;
	padding: 0 2px 0 0;	
	font-weight: normal;
}

.error span {
	padding: 0 0 0 2px;
}

input, textarea, select {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	
}
textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
.form label {
	margin-left: 10px;
	color: #999999;
}
.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#rememberMe {
	margin-top:10px;
	margin-left: 93px;
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}

.button
 {
	-moz-box-shadow:inset 0px 1px 0px 0px #CCF6F0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #CCF6F0;
	box-shadow:inset 0px 1px 0px 0px #CCF6F0;
	background-color:#CCF6F0;
	background-image: none;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #ade1da;
	display:inline-block;
	color:#395B66;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-transform: uppercase;
	height:37px;
	line-height:37px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 0px #7cc4de;

}
.button:hover {
background-image: none;
	
}
.button:active {
	position:relative;
	top:1px;
}

.button span {
	float: none;
	text-decoration:none;
}

.button span span {
	float: none;
	text-decoration:none;
}

a .button_reg span {
	color:#797979;
	text-decoration:none;
	font-size:12px;	
}

a {text-decoration:none;}

.formular {
	margin: 0 auto 0 auto;
}

.input_wrapper {
display: block;
float: right;
width: 240px;
height: 32px;
background-color: #fff;
background-image: none;
padding: 5px;

}

.input_wrapper input {
	height: 32px;
	font-size: 14px; 
	background-color: #fff;
	background-image: none;
}


.button_reg {
	border: 0px solid #cccccc;
	line-height: 18px;
	height: 39px;
	width: 168px;
	text-align: center;
}
.formular.twoFactor {
	width:80%;
	height: 100px;
}

@media screen and (max-width: 600px) {
	body {
		background-image: none;
		background-color: #389AA1;
	}
	fieldset {
		background-color: #ffffff;
		height: 220px;
	}
	
	
	.companyLogoLogin {
	max-height: 200px;
	max-width: 250px;
	margin: 30px auto;
	display: block;
	
	}
	
	#logo {
		margin-top: -10px;
		top:0px;
	}
	.formular {
		background-color: #ffffff;
		width: 100%;
		padding-top:30px;
	}
	.formular_inner {
		margin: 0px auto;
		width: 260px;
	}
	#wrapper {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 370px;
	}
	
	.formular label {
		padding-top: 0px;
	}
	
	.formular label strong {color: #3A3A3A;}
	.error {
	height: 30px;
	margin-top: -165px;
	width: 100%;
	margin-left:0px;
	left:0%;
	
		}
		.error_inner {
			padding-left: 1px;
		}
	.button {
	border-radius: 0px;
	margin-left: 0px;
	font-size: 14px;
	}
	.button span, .button span span {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63DDED), color-stop(1, #47AFCF) );
	}
	.form_menu {
	width: 260px;
	margin: 10px 0px 0px 0px;
	padding-left: 5px;
	}
	.input_wrapper {
	float:left;
	}
	.form_menu li {
		padding-right:0px;
	}

	.formular label.inline {
    margin-left: 0px;
    margin-top: 8px;
    display:none
	}	
	.form_menu a span {
		height: 38px;
	}
	#login_wrapper form {
    margin: 0;
    padding: 0;
    width: 320px;
    margin: 0 auto;
	}
	p.loginTwoFactor {
	color:#000000; 
	font-size: 14px;
	
	}
	.formular.twoFactor {
    width: 90%;
    margin-left: 0px;
	}

}
