/* default login css */

/* intro css */
#login_logo {
	height: 70px;
}

#intro_top {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	background: #292929 url('images/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

#login_wrap {
	width: 100%;
	height: 100%;
}

#login_all {
	width: 800px;
	max-width: 94%;
	border-radius: 20px;
	display: block;
	margin: 0 auto;
	color: #fff;
}

.login_not_member {
	text-align: center;
	padding-top: 5px;
}

#intro_lang {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 40px;
}

/* REGISTER NOW - bardziej widoczne */
.text_xsmall {
	font-size: 14px;
	opacity: 0.85;
}

.text_med.bold.bclick.tpad5 {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	background: rgba(255,255,255,0.12);
	padding: 12px 28px;
	border-radius: 14px;
	display: inline-block;
	margin-top: 10px;
	transition: 0.3s;
	box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.text_med.bold.bclick.tpad5:hover {
	background: rgba(255,255,255,0.22);
	transform: translateY(-2px);
}

/* GUEST LOGIN - mniejsza ważność */
.intro_guest_btn {
	opacity: 0.75;
	transform: scale(0.92);
	font-size: 14px;
	padding: 10px 20px;
}

.intro_guest_btn:hover {
	opacity: 1;
	transform: scale(0.95);
}

/* section css */
.section {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.section_content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.section_inside {
	margin: 0 auto;
}

@media screen and (max-width: 1120px) {
	.section_inside {
		width: 96%;
	}
}