@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;
	background: url("/img/bcg2020.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


a {
	text-decoration: none;
	color: #9CAAB8;
}

	a:hover {
		text-decoration: none;
		color: #AFBBC7;
	}

.a_dark {
	text-decoration: none;
	color: #C9DFF8;
}

	.a_dark:hover {
		text-decoration: none;
		color: #B8D6F5;
	}




.hidden {
	display: none;
}

.hspacefull {
	width: 100%;
	min-width: 1000px;
}

.hspace20 {
	width: 20px;
}

.vspace5 {
	height: 5px;
}

.vspace17 {
	height: 17px;
}

.vspace120 {
	height: 120px;
}

.vspace330 {
	height: 330px;
}

.vspacefull {
	height: 100%;
	min-height: 700px;
}

.paddingleftright10 {
	padding-left: 10px;
	padding-right: 10px;
}

.paddingtop20 {
	padding-top: 20px;
}

.paddingtop80 {
	padding-top: 80px;
}


#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: 30px;
		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 25px;
	font-size: 13px;
	text-align: left;
}

.div_log1 {
	margin-left: 25px;
	width: 380px;
	height: 22px;
	border: 1px solid #E3E3E3;
	margin-bottom: -12px;
	padding: 10px;
	font-size: 18px;
	border-radius: 8px 8px 8px 8px;
}

	.div_log1::selection {
		background: #2CA9BF;
	}

	.div_log1::-moz-selection {
		background: #2CA9BF;
	}

.div_log2 {
	width: 245px;
	height: 22px;
	border: 1px solid #9D9D9D;
	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: #1A9EAA;
	text-align: center;
	color: #E6FAFB;
	font-size: 18px;
	padding: 18px 2px 18px 2px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 20px 20px 20px 20px;
	letter-spacing: 2px;
	z-index: 1000;
	margin-left:140px;
	width:180px;
}

.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;
	padding-left:25px;
}

	.regain_pass:hover {
		text-decoration: underline;
		color: #D2D2D2;
	}

.btnResetPosition {
	top: -9px;
	width: 283px;
	margin-left: 140px;
	margin-top:20px;
	width: 180px;
}


.bcgCentral {
	background-image: url("/img/bcg2020.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.alert {
	position:absolute;
	bottom:0px;
	background-color: #1A9EAA;
	padding: 10px;
	color: #ffffff;
}
