.subskrypcja-zawartosc{
	font-size: 14px;
	color:white;
	display: block;
	width: 100%;
}

.subskrypcja-tekst{
	padding: 0px 0px 12px 0px;
	width: 90%;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #545454;
}

.subskrypcja-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin:0px;
}

.subskrypcja-zawartosc .btn-submit-modul{
	/* border:none; */
	text-align: center;
	font-size: 14px!important;
	width: 33px;
	font-weight: 400;
	text-decoration: none;
	font-family: "Open Sans";
	position: relative;
	cursor:pointer;
	/* display: none; */
	
	text-indent: -9999px;
}
.subskrypcja-zawartosc span:first-child
{

}
.subskrypcja-zawartosc .btn-submit-modul
{

}

.subskrypcja-zawartosc .btn-submit-modul:hover{
	opacity: 0.8;
}

.btn-submit-subskrypcja-dopisz{
	background-image: url(../grafika/dopisz.png);
	background-color: rgb(65, 151, 225);
	background-repeat: no-repeat;
	background-position: center;
    margin-right: 8px;
	padding: 6px 16px 6px 8px;
	border: solid 1px #092E65;
	margin-left: 8px;
}


.span-submit-subskrypcja-dopisz::after{
	/* position: absolute; */
    color: #000;
    padding: 8px;
    /* margin: 11px 0px 0px -32px; */
    content: "\f067";
	font-size: 13px!important;
	background-color: #082d64;
	left: 20px;
	display: none;
}



.btn-submit-subskrypcja-wypisz{
	background-image: url(../grafika/wypisz.png);
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	padding: 6px 16px 6px 8px;
	border: solid 1px #9cabc1 !important;
}

.span-submit-subskrypcja-wypisz::after{
	/* position: absolute; */
    font-family: "Font Awesome 5 Free";
    color: #000;
    padding: 0px 0px 0px 0px;
    /* margin: 12px 0px 0px -24px; */
    content: "\f00d";
	font-size: 13px!important;
	display: none;
}

.subskrypcja-input-tlo{
	/* padding-bottom: 16px; */
}

.subskrypcja-input-tlo input{
	box-shadow: none;
    /* background: #e7e7e7; */
    width: 55%;
	padding: 11.5px 5px;
	font-size: 14px;
	font-family: "Open Sans";
	color: black;
	border: solid 1px #9cabc1 !important;
	height: 33px;
	float: left;
}

.subskrypcja-tekst-rodo{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;;
    color: #000;
    width: 100%;
    background: url(../grafika/kreska_newsletter.png) no-repeat top left;
	margin-top: 13px;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 20px;
	clear: both;
}
.subskrypcja-tekst-rodo > label {
	color: #545454;
}

.subskrypcja-tekst-rodo a{
	text-decoration: none;
	color: #545454;
}