/* 
================================================== !!! ==================================================
	BODY & MISC
================================================== !!! ==================================================
*/

.login-bg {
	background: #468ee0 url("../images/index-bg.jpg") no-repeat top;
	background-attachment: fixed;
}

.wrapper {
	width: 1160px;
	margin: 0 auto;

	text-align: center;
}

.resp {
	display: none;
}

/* 
================================================== !!! ==================================================
	MAIN
================================================== !!! ==================================================
*/

/* =============== STRONA GŁÓWNA =============== */

#naglowek-login {
	padding: 70px 0 50px;

	text-align: center;
}

#naglowek-login a {
	color: #ffffff;

	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}

#naglowek-login img {
	margin-bottom: 20px;
	max-height: 100px;
}

#naglowek-login p {
	font-size: 18px;
}

#zalogujsie {
	display: inline-block;
	width: 539px;
	height: 80px;
	margin: 0 auto 0;

	background-color: rgba(255,255,255,0.8);
	border: 5px solid #ffffff;
	border-radius: 10px;
	color: #3B7ECB;;

	font-size: 24px;
	line-height: 70px;
	/*font-weight: bold;*/
	text-decoration: none;

	transition: background-color 0.5s;
}

#zalogujsie img {
	margin-top: -6px;
	margin-left: 15px;
	vertical-align: middle;
	/*background-color: rgba(255,255,255,0.3);*/
    /*border-radius: 10px;*/
    width: 150px;
}

#zalogujsie:hover {
	background-color: rgba(255,255,255,1);
	/*color: #ffffff;*/
}

#niemaszkonta {
	margin-top: 20px;
	margin-bottom: 50px;

	color: #ffffff;

	font-size: 16px;
}

#niemaszkonta a {
	color: #ffffff;

	font-weight: bold;
	text-decoration: none;
}

#niemaszkonta a:hover {
	border-bottom: 1px solid #ffffff;
	/*opacity: 0.8;*/
}

#niemaszkonta img {
	vertical-align: middle;

	margin-right: 7px;
}

.stopka-login {
	height: 80px;
}

.copyright-login {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;

	color: #ffffff;

	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

/* =============== STAN SPRAWY =============== */

#stan-sprawy {
	display: inline-block;
	width: 300px;
	height: 80px;
	margin: 0 auto 0 20px;

	background-color: rgba(255,255,255,0.8);
	border: 5px solid #ffffff;
	border-radius: 10px;
	color: #3B7ECB;

	font-size: 24px;
	line-height: 70px;
	/*font-weight: bold;*/
	text-decoration: none;

	transition: background-color 0.5s;
}

#stan-sprawy:hover {
	background-color: rgba(255,255,255,1);
	/*border: none;*/
	/*color: #ffffff;*/

	/*line-height: 80px;*/
}

/* =============== FORMULARZ LOGOWANIA =============== */

#login-form {
	margin-left: 25%;
	width: 560px;

	text-align: left;
}

#login-epuap {
	float: right;

	width: 560px;

	text-align: left;
}

#login-epuap img {
	margin-left: 40px;
	margin-bottom: 38px;
}

.form-section {
	margin-bottom: 10px;
}

.form-section .errorMessage, #rejestracja .errorMessage {
	margin-top: 5px;
	padding: 8px 20px;

	border: 1px solid #d0041d;
	background-color: #f5afb2;
	border-radius: 5px; 
	color: #d0041d;

	line-height: 24px;
	text-align: center;
	white-space: pre-wrap;
}

#login-form label, #rejestracja label {
	display: block;

	color: #ffffff;

	font-size: 18px;
	line-height: 36px;

	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-family: "Lato";
	text-align: left;
}

#zapamietaj label {
	display: inline;
}

#login-form input[type="text"], #login-form input[type="password"], #rejestracja input[type="text"], #rejestracja input[type="password"] {
	display: block;
	width: 100%;
	height: 46px; 
	padding: 0 15px;

	background-color: #ffffff;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);

	font-size: 18px;
}

#login-form input[type="submit"], #rejestracja input[type="submit"], #login-epuap #login-epuap-button {
	display: block;
	width: 100%;
	height: 60px; 
	padding: 0 15px;

	background-color: #e31922;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	cursor: pointer;

	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 60px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#login-epuap #login-epuap-button {
	background-color: #17B017;
}

#login-form input[type="submit"]:hover, #login-epuap #login-epuap-button:hover {
	opacity: 0.8;
}

#login-form input[type="checkbox"] {
	margin-right: 15px;
}

#login-epuap h2 {
	margin-top: 40px;
	margin-bottom: 30px;

	color: #ffffff;
	
	text-align: center;
	font-size: 24px;
}

/* =============== REJESTRACJA =============== */

#wyslij-rejestracja {
	margin-top: 20px;
}

#rejestracja {
	margin-bottom: 30px;
}

#rejestracja input[type=submit]:hover {i
	opacity: 0.8;
}

#rejestracja input[type=text], #rejestracja input[type=password] {
	padding: 0 15px;
}O

.rejestracja-lewy {
	float: left;

	width: 560px;
	margin-bottom: 20px;
}

.rejestracja-prawy {
	float: right;

	width: 560px;
	margin-bottom: 20px;
}

#captcha2 {
	position: relative;
	display: block;
	height: 138px;
	margin-top: 46px;
	padding-top: 20px;
	margin-bottom: 5px;

	border-radius: 5px;
	background-color: #ffffff;
	color: #3B7ECB;

	text-align: center;
}

#captcha2 img {
	margin-bottom: 5px;

	cursor: pointer;
}

/* =============== ZMIANA HASŁA =============== */

#nowe-haslo {
	float: right;

	display: block;

	color: #ffffff;

	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-family: "Lato";
	text-align: right;

	text-decoration: none;
}

#nowe-haslo:hover {
	opacity: 0.8;
}

#nowe-haslo2 {
	margin-bottom: 40px;
}

#email2 {
	margin-bottom: 30px;
}


/* 
================================================== !!! ==================================================
	AKTUALNOŚCI
================================================== !!! ==================================================
*/

#aktualnosci {
	margin: 70px 100px 0;
	padding: 20px 40px 40px;

	background-color: rgba(255,255,255,0.5);

	border-radius: 10px;
}

#aktualnosci h1 {

	color: #333333;

	font-size: 24px;
	font-weight: bold;
}

#aktualnosci h2 {

	color: #d0041d;

	font-size: 24px;
	font-weight: bold;
}

#aktualnosci .news {
	padding-top: 30px;
	margin-top: 20px;

	border-top: 1px solid rgba(0,0,0,0.1);

	text-align: left;
}

#aktualnosci .news h2 {
	margin-bottom: 15px;

	font-size: 20px;
	line-height: 28px;
}

#aktualnosci .news h2 a {
	color: #d0041d;

	text-decoration: none;
}

#aktualnosci .news h2 a:hover {
	opacity: 0.8;
}

#aktualnosci .news .meta {
	float: right;

	color: #333333;
}

#aktualnosci .news img {
	float: left;

	margin-right: 20px;
	margin-bottom: 20px;
	max-height: 100px;
}

#aktualnosci .news p {
	margin-bottom: 15px;

	color: #333333;

	font-size: 14px;
	line-height: 20px;
}

#aktualnosci .single-news {
	padding-top: 0;
	margin-top: 10;

	border-top: 0;
}

.pokaz-wiecej {
	display: block;
	height: 40px;
	margin-top: 30px;

	background-color: #c71e2a;
	border-radius: 5px;
	color: #ffffff;

	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
}

.pokaz-wiecej:hover {
	opacity: 0.8;
}

.read-more {
	color: #d0041d;

	font-weight: bold;
	text-decoration: none;
}

.read-more:hover {
	opacity: 0.8;
}

/* 
================================================== !!! ==================================================
	AKTUALNOŚCI
================================================== !!! ==================================================
*/

.static_page {
	margin: 20px 50px 0;
	padding: 20px 40px 40px;

	background-color: rgba(255,255,255,0.5);

	border-radius: 10px;
	text-align: left;
}

.static_page h1 {

	color: #333333;

	font-size: 24px;
	font-weight: bold;
}

.static_page h2 {

	color: #d0041d;

	font-size: 24px;
	font-weight: bold;
}

.static_page .news {
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 20px;

	border-top: 1px solid rgba(0,0,0,0.1);

	text-align: left;
}

.static_page .news h2 {
	margin-bottom: 15px;

	font-size: 20px;
	line-height: 28px;
}

.static_page .news h2 a {
	color: #d0041d;

	text-decoration: none;
}

.static_page .news h2 a:hover {
	opacity: 0.8;
}

.static_page .news .meta {
	float: right;

	color: #333333;
}

.static_page .news img {
	float: left;

	margin-right: 20px;
	margin-bottom: 20px;
	max-height: 100px;
}

.static_page .news p {
	margin-bottom: 15px;

	color: #333333;

	font-size: 14px;
	line-height: 20px;
}

.static_page .single-news {
	padding-top: 0;
	margin-top: 10;

	border-top: 0;
}

.static_page ul {
	padding-left: 80px;

	list-style-type: inherit;
}

.static_page ol {
	padding-left: 40px;

	list-style-type: decimal;
	text-indent: 10px;
}

/* 
================================================== !!! ==================================================
	STAN SPRAWY
================================================== !!! ==================================================
*/

.case-state-form {
	padding-top: 38px;
	margin-top: 20px;

	border-top: 1px solid rgba(0,0,0,0.1);
}

.case-state-form input[type="text"] {
	height: 40px;
	width: 300px;
	margin-left: 15px;
	padding: 0 15px;

	border: 0;
	border-radius: 5px;
}

.case-state-form input[type="submit"] {
	height: 40px;
	width: 40px;
	margin-left: 15px;
	padding: 0 110px 0 15px;

	background: #d0041d url("/images/search2.png") no-repeat center right;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	color: #ffffff;

	text-transform: uppercase;
	font-weight: bold;
	/*text-indent: -9999px;*/
}

.case-state-form input[type="submit"]:hover {
	opacity: 0.8;
}

.case-state-form span {
	font-size: 18px;
}

.case-state-form .lub {
	margin-left: 15px;
}

.rodo-page .rodo {
	height: auto !important;
	overflow-y: auto !important;
}

@media screen and (max-width: 1160px) {
	.wrapper {
		width: 720px;
	}

	#zalogujsie {
		margin-bottom: 10px;
	}

	#aktualnosci {
		margin-left: 0;
		margin-right: 0;
	}

	#aktualnosci h2 {
		padding-right: 0;
	}

	#login-form {
		float: left;

		width: 49%;
	}

	#login-epuap {
		float: right;

		width: 49%;
		text-align: center;
	}

	#login-epuap img {
		max-width: 80%;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	#login-epuap h2 {
		padding-right: 0;
	}

	#login-form input[type="submit"], #rejestracja input[type="submit"], #login-epuap #login-epuap-button {
		font-size: 16px;
	}

	#login-epuap #login-epuap-button {
		background-color: #17B017;
	}
}

@media screen and (max-width: 740px) {
	.wrapper {
		width: auto;
		padding: 0 20px;
	}

	#naglowek-login a {
		font-size: 30px;
		line-height: 30px;
	}

	#naglowek-login P {
		margin-top: 20px;

		font-size: 18px;
		line-height: 18px;
	}

	#zalogujsie {
		width: 100%;
	}

	#stan-sprawy {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	#login-form {
		width: 100%;
	}

	#login-epuap {
		width: 100%;
	}

	.case-state-form span {
		display: none;
		margin: 0;
	}

	.case-state-form input[type="text"] {
		margin: 0 0 10px;
		width: 100%;
	}

	.case-state-form input[type="submit"] {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.resp {
		display: inherit;
	}

	.resp-hide {
		display: none;
	}
}