@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700,600,400&subset=latin,latin-ext);

html {
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #C0C0C0;
	line-height: 16px;
	margin: 0px;
}


a {
	text-decoration: none;
	color: #9CAAB8;
}

	a:hover {
		text-decoration: none;
		color: #AFBBC7;
	}

.a_dark {
	text-decoration: none;
	color: #6A6969;
}

	.a_dark:hover {
		text-decoration: none;
		color: #817E7E;
	}

	


.hidden {
	display: none;
}

.hspacefull {
	width: 100%;
	min-width: 800px;
}

.hspace20 {
	width: 20px;
}

.vspace5 {
	height: 5px;
}

.vspace17 {
	height: 17px;
}

.vspace120 {
	height: 120px;
}

.vspace330 {
	height: 297px;
}


.paddingleftright10 {
	padding-left: 10px;
	padding-right: 10px;
}

.paddingtop20 {
	padding-top: 20px;
}

.paddingtop50 {
	padding-top: 20px;
}


#overlay {
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 1000000;
	border-width: 0px;
}

	#overlay div {
		width: 100%;
		height: 90%;
		position: fixed;
		border-width: 0px;
		padding-top: 20px;
		text-align: center;
		vertical-align: middle;
		z-index: 9999999;
	}

.log_panel {
	position: relative;
	margin-top: -70px;
}

.txt_log2 {
	margin-left: -50px;
	margin-top: -20px;
	color: #909BA3;
	font-family: Arial;
	font-weight: bold;
}

.txt_log {
	padding: 20px 0px 2px 0px;
	font-size: 13px;
	text-align: left;
}

.div_log1 {
	width: 455px;
	height: 22px;
	border: 1px solid #E5E5E5;
	background: -ms-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#ffffff');
	margin-bottom: -12px;
	padding: 10px;
	font-size: 18px;
}
	.div_log1::selection {
	background: #2CA9BF;
	}
	.div_log1::-moz-selection {
	background: #2CA9BF;
	}

.div_log2 {
	width: 245px;
	height: 22px;
	border: 1px solid #E5E5E5;
	background: -ms-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #F4F4F4 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#ffffff');
	padding: 10px;
	font-size: 18px;
}
	.div_log2::selection {
	background: #2CA9BF;
	}
	.div_log2::-moz-selection {
	background: #2CA9BF;
	}

.btnLogowanie {
	background: -ms-linear-gradient(top, #F25B25 0%,#DF460D 100%);
	background: -moz-linear-gradient(top, #F25B25 0%, #DF460D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F25B25), color-stop(100%,#DF460D));
	background: -webkit-linear-gradient(top, #F25B25 0%,#DF460D 100%);
	background: -o-linear-gradient(top, #F25B25 0%,#DF460D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F25B25', endColorstr='#DF460D');
	text-shadow: 1px 1px 3px #000000;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 22px;
	padding: 28px 2px 28px 2px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0px 0px 15px 0px;
	border: 1px solid #4A4A4A;
	letter-spacing: 2px;
	z-index: 1000;
}

	.btnLogowanie:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DF460D), color-stop(1, #C23E0C));
		background: -moz-linear-gradient(top, #DF460D 5%, #C23E0C 100%);
		background: -webkit-linear-gradient(top, #DF460D 5%, #C23E0C 100%);
		background: -o-linear-gradient(top, #DF460D 5%, #C23E0C 100%);
		background: -ms-linear-gradient(top, #DF460D 5%, #C23E0C 100%);
		background: linear-gradient(to bottom, #DF460D 5%, #C23E0C 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF460D', endColorstr='#C23E0C',GradientType=0);
		background-color: #CC1A22;
	}

.btnLogowaniePosition {
	position: relative;
	margin-left: 278px;
	top: -79px;
	width: 193px;
}

.regain_pass {
	cursor: pointer;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	z-index: 10000000;
}

	.regain_pass:hover {
		text-decoration: underline;
		color: #D2D2D2;
	}

.btnResetPosition {
	position: relative;
	margin-left: 188px;
	top: -9px;
	width: 283px;
}


.bcgCentral {
	background-image: url("/img/bcg2.jpg");
	background-size: 100% 493px;
	background-repeat: no-repeat;
	background-position-x:right;
}

.alert {
	background-color: #e0e0c5;
	padding: 10px;
	color: #000000;
}

.background {
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	opacity: 0.7;
	z-index:-1;
}