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

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

.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;
}

@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;
	}
}

/*
================================================== !!! ==================================================
	EKRAN LOGOWANIA
================================================== !!! ==================================================
*/

.wrapper2 {
	width: 80%;
	min-width: 740px;
	margin: 0 auto;
	padding: 20px 10px 0;

	text-align: center;
}

.login-dashboard-container {
	overflow: hidden;
	/*padding-top: 10px;*/
	padding-bottom: 0;
}

.login-dashboard-element {
	width: 30%;
	position: relative;
    float: left;
    display: block;
    margin: 0 0.5%;
    background-color: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 3px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    transition: background-color 0.2s, background-border 0.2s;
    width: 32.333%;
    height: 100px;
}

.login-dashboard-element:hover {
    background-color: rgba(255,255,255,0.11);
    border: 1px solid rgba(255,255,255,0.20);
}

.login-dashboard-element-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
}

.login-dashboard-element-content img {
	margin-bottom: 10px;
	max-height: 80px;
	/*opacity: 0.8;*/
}

.login-dashboard-element-counter {
	padding: 3px 10px 5px;
	margin-left: 10px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.2);
}

.login-main-content {
	position: relative;

	width: 98.99%;
    margin: 10px 0.5%;

    background-color: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 3px;
}

.login-main-inner-content {
	position: absolute;
	top: 50%;
	left: 50%;

	padding-bottom: 10px;
	width: 80%;

	transform: translate(-50%, -50%);
}

.login-main-inner-content #naglowek-login a {
	font-size: 40px;
	line-height: 40px;
}

.login-main-inner-content #naglowek-login > a > img {
	max-height: 100px;
}

.login-main-inner-content #naglowek-login > a > p {
	font-size: 18px;
}

.login-eu-logos {
	position: relative;

	overflow: hidden;
	width: 98.99%;
    margin: 10px 0.5%;

    opacity: 0.6;

    /*background-color: rgba(255,255,255,0.06);*/
    /*border: 1px solid rgba(255,255,255,0.15);*/
    border-radius: 3px;

    transition: opacity 0.2s;
}

.login-eu-logos:hover {
	opacity: 1;
}

.login-eu-logos--white {
	position: absolute;
	left: 0;
	bottom: 0;

	overflow: hidden;
	width: 100%;
	margin: 10px 0 0;

	opacity: 1 !important;

	background: #ffffff;
	border-radius: 0;

	transition: 0;
}

.login-eu-logos--white .eu-logo-center {
	max-width: 80%;
	margin-top: 5px;
}

.login-eu-logos--white .login-eu-text {
	margin: 0 10%;
	width: 80%;
}

.login-eu-logos--white .login-eu-text p {
	color: #000000;
}

.eu-logo {
	position: absolute;
	top: 0;

	max-height: 55%;

	/*transform: translateY(-50%);*/
}

.eu-logo-1 {
	left: 20px;
}

.eu-logo-2 {
	right: 20px;
}

.eu-logo-center {
	max-width: 100%;

	left: 50%;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.login-eu-text {
	position: absolute;
	bottom: 0;

	height: 40%;
	width: 100%;
}

.login-eu-text p {
	position: absolute;
	top: 50%;
	left: 50%;

	padding: 0 20px;
	width: 100%;

	color: #ffffff;

	font-size: 12px;
	text-align: center;

	transform: translate(-50%, -50%);
}

.dashboard-copyright {
	position: absolute;
	bottom: 15px;

	display: block;
	width: 100%;

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

	text-align: center;
	font-size: 12px;
}

.dashboard-copyright-left {
	padding-left: 20px;
	
	text-align: left;
}

.dashboard-copyright a {
	color: rgba(255, 255, 255, 0.5);

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

.dashboard-copyright a:hover {
	color: rgba(255, 255, 255, 1);
}

@media screen and (max-height: 850px) {
	#zalogujsie {
		height: 55px;
		max-width: 400px;

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

	#zalogujsie img {
		width: auto;
		max-height: 40px;
	}

	.login-dashboard-element-content img {
		margin-bottom: 10px;
		max-height: 70px;
		/*opacity: 0.8;*/
	}

	.login-dashboard-element-content {
	    font-size: 18px;
	}

	.login-eu-text p {
		font-size: 12px;
	}
}


@media screen and (max-height: 700px) {
	#zalogujsie {
		height: 55px;
		max-width: 400px;

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

	#zalogujsie img {
		width: auto;
		max-height: 40px;
	}

	.login-main-inner-content #naglowek-login a {
		font-size: 30px;
		line-height: 30px;
	}

	.login-main-inner-content #naglowek-login > a > img {
		max-height: 80px;
		margin-bottom: 10px !important;
	}

	.login-main-inner-content #naglowek-login > a > p {
		font-size: 16px;
	}

	#naglowek-login {
		padding-top: 0 !important;
	}

	#niemaszkonta {
		margin: 10px 0 0 !important;

		font-size: 14px;
	}

	.login-dashboard-element-content img {
		margin-bottom: 10px;
		max-height: 50px;
		/*opacity: 0.8;*/
	}

	.login-dashboard-element-content {
	    font-size: 16px;
	}

	.eu-logo {
		max-height: 50%;
	}
}

@media screen and (max-height: 600px) {
	.login-dashboard-element-content img {
		margin-bottom: 10px;
		max-height: 30px;
		/*opacity: 0.8;*/
	}

	.login-dashboard-element-content {
	    font-size: 14px;
	}

	#zalogujsie {
		height: 45px;
		max-width: 330px;
		margin-bottom: 0 !important;

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

	#zalogujsie img {
		width: auto;
		max-height: 30px;
	}

	.login-main-inner-content #naglowek-login a {
		font-size: 24px;
		line-height: 24px;
	}

	.login-main-inner-content #naglowek-login > a > img {
		max-height: 60px;
		margin-bottom: 5px !important;
	}

	.login-main-inner-content #naglowek-login > a > p {
		font-size: 14px;
		margin-top: 5px !important;
	}

	#naglowek-login {
		padding-top: 0 !important;
		padding-bottom: 10px !important;
	}

	#niemaszkonta {
		margin: 10px 0 0 !important;

		font-size: 14px;
	}
}

@media screen and (max-width: 1280px) {
	.login-eu-text br {
		display: none;
	}

	.login-eu-logos--white .eu-logo-center {
		max-height: 40%;
	}

	.login-eu-logos--white .login-eu-text {
		margin: 0 10%;
		width: 80%;
		height: 50%
	}
}

@media screen and (max-width: 980px) {
	.login-eu-text br {
		display: none;
	}

	.login-eu-logos--white .login-eu-text {
		margin: 0 10%;
		width: 80%;
	}
}

@media screen and (max-width: 740px) {
	.wrapper2 {
		width: 100%;
		min-width: auto;
	}

	.login-dashboard-element-content img {
		margin-bottom: 10px;
		max-height: 50px;
		/*opacity: 0.8;*/
	}

	#zalogujsie {
		margin-bottom: 0 !important;
	}

	.login-eu-logos p {
		font-size: 10px;
	}
}

@media screen and (max-width: 650px) {

	.login-dashboard-element-content {
		padding: 0 5px;
	}

	.login-dashboard-element-content img {
		margin-bottom: 5px;
		max-height: 30px;
		/*opacity: 0.8;*/
	}

	.login-dashboard-element-content {
	    font-size: 14px;
	}

	.eu-logo {
		max-height: 40%;
	}

	.eu-logo-1 {
		left: 0;

		max-width: 35%;
	}

	.eu-logo-2 {
		right: 0;

		max-width: 50%;
	}

	.login-eu-text {
		height: 50%;
	}

	.login-eu-text p {
		font-size: 8px;
	}
}

#contrast-icon {
	position: absolute;
	top: 10px;
	right: 10px;

	width: 30px;
	height: 30px;

	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.3);
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.8;

	line-height: 28px;
	text-align: center;
}

#contrast-icon:hover {
	opacity: 1;
}

#font-size-2 {
	position: absolute;
	top: 10px;
	right: 50px;

	width: 30px;
	height: 30px;

	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.3);
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.8;

	line-height: 28px;
	text-align: center;
}

#font-size-2:hover {
	opacity: 1;
}

.font-medium .login-main-inner-content #naglowek-login a {
	font-size: 44px;
}

.font-big .login-main-inner-content #naglowek-login a {
	font-size: 48px;
}

.font-medium .login-main-inner-content #naglowek-login > a > p {
	font-size: 20px;
}

.font-big .login-main-inner-content #naglowek-login > a > p {
	font-size: 22px;
}

.font-medium #niemaszkonta {
	font-size: 18px;
}

.font-big #niemaszkonta {
	font-size: 20px;
}

.font-medium #zalogujsie {
	font-size: 27px;
	width: 575px;
}

.font-big #zalogujsie {
	font-size: 30px;
	width: 600px;
}

.font-medium .login-dashboard-element-content {
	font-size: 22px;
}

.font-big .login-dashboard-element-content {
	font-size: 24px;
}

.font-medium .login-eu-text p {
	font-size: 13px;
}

.font-big .login-eu-text p {
	font-size: 14px;
}

.test-version {
	position: absolute;
	top: 10px;
	left: 10px;

	width: auto;
	height: 30px;
	padding: 0 30px;

	background-color: #d0041d;
	border: 1px solid #d0041d;
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.8;

	line-height: 28px;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-height: 850px) {
	.font-medium #zalogujsie {
		font-size: 22px;
		max-width: 450px;
	}

	.font-big #zalogujsie {
		font-size: 24px;
		max-width: 500px;
	}
}

@media screen and (max-height: 700px) {

	.font-medium .login-main-inner-content #naglowek-login a {
		font-size: 33px;
	}

	.font-big .login-main-inner-content #naglowek-login a {
		font-size: 36px;
	}

	.font-medium .login-main-inner-content #naglowek-login > a > p {
		font-size: 18px;
	}

	.font-big .login-main-inner-content #naglowek-login > a > p {
		font-size: 20px;
	}

	.font-medium #niemaszkonta {
		font-size: 16px;
	}

	.font-big #niemaszkonta {
		font-size: 18px;
	}

	.font-medium .login-dashboard-element-content {
		font-size: 18px;
	}

	.font-big .login-dashboard-element-content {
		font-size: 20px;
	}
}

@media screen and (max-height: 600px) {
	.test-version {
		padding: 0 10px;
	}

	.login-bg {
		height: auto;
	}
	.login-eu-logos--white {
		position: relative;
		left: -10px;
		right: -10px;
		bottom: -10px;
		width: calc(100% + 20px);
	}

	.font-medium .login-main-inner-content #naglowek-login a {
		font-size: 27px;
	}

	.font-big .login-main-inner-content #naglowek-login a {
		font-size: 30px;
	}

	.font-medium .login-main-inner-content #naglowek-login > a > p {
		font-size: 16px;
	}

	.font-big .login-main-inner-content #naglowek-login > a > p {
		font-size: 18px;
	}

	.font-medium #niemaszkonta {
		font-size: 16px;
	}

	.font-big #niemaszkonta {
		font-size: 18px;
	}

	.font-medium #zalogujsie {
		font-size: 16px;
		max-width: 350px;
	}

	.font-big #zalogujsie {
		font-size: 18px;
		max-width: 370px;
	}

	.font-medium .login-dashboard-element-content {
		font-size: 16px;
	}

	.font-big .login-dashboard-element-content {
		font-size: 18px;
	}
}