
@media (max-width: 480px) {
	.divTable{
		display: table;
		width: 100%;
		max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
		margin-top: 40px;
		color: #007CBF;
		font-size: 30px;
	}
	.divTableRow {
		display: table-row;
	}
	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTableCell_1,.divTableCell_2, .divTableHead {
		border: none !important;
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
		text-align: left;
	}
	.divTableCell_1 {
	width: 30%;
	}
	.divTableCell_2 {
	width: 70%;

	}

	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTableFoot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTableBody {
		display: table-row-group;
	}

	.divTable2{
		display: table;
		width: 100%;
		max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
		margin-top: 30px;
		color: #007CBF;

	}
	.divTable2Row {
		display: table;
		margin: auto;
	}

	.divTable2Heading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTable2Cell_1,.divTable2Cell_2, .divTable2Head {
		border: none !important;
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
		text-align: left;
	}
	.divTable2Cell_1 {
	width: 30%;
	}
	.divTable2Cell_2 {
	width: 70%;
	}

	.divTable2Heading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTable2Foot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTable2Body {
		display: table-row-group;
	}

 .form-fields_login {
  width: 380px;
	float: right;
	margin-right: 35px;
 }

	.row_login_button {
		width: 33% !important;
		margin-left: 43%;
	}

	input#UserName, input#Password
	{
	    width: 375px !important;
	    height: 35px;
	    margin-top: 15px;
	    border-radius: 4px 4px 4px 4px;
	    border-top-left-radius: 4px;
	    border-top-right-radius: 4px;
	    border-bottom-right-radius: 4px;
	    border-bottom-left-radius: 4px;
	    position: relative;
	    margin-bottom: 4px;
	    vertical-align: top;
	    font-size: 18px;
	    background-color: rgb(255, 255, 255);
	    border: 1px solid rgb(204, 204, 204);
	    border-top-width: 1px;
	    border-right-width-value: 1px;
	    border-right-width-ltr-source: physical;
	    border-right-width-rtl-source: physical;
	    border-bottom-width: 1px;
	    border-left-width-value: 1px;
	    border-left-width-ltr-source: physical;
	    border-left-width-rtl-source: physical;
	    border-top-style: solid;
	    border-right-style-value: solid;
	    border-right-style-ltr-source: physical;
	    border-right-style-rtl-source: physical;
	    border-bottom-style: solid;
	    border-left-style-value: solid;
	    border-left-style-ltr-source: physical;
	    border-left-style-rtl-source: physical;
	    border-top-color: rgb(204, 204, 204);
	    border-right-color-value: rgb(204, 204, 204);
	    border-right-color-ltr-source: physical;
	    border-right-color-rtl-source: physical;
	    border-bottom-color: rgb(204, 204, 204);
	    border-left-color-value: rgb(204, 204, 204);
	    border-left-color-ltr-source: physical;
	    border-left-color-rtl-source: physical;
	    -moz-border-top-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    border-image-source: none;
	    border-image-slice: 100% 100% 100% 100%;
	    border-image-width: 1 1 1 1;
	    border-image-outset: 0 0 0 0;
	    border-image-repeat: stretch stretch;
	    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	    transition-property: border, box-shadow;
	    transition-duration: 0.2s, 0.2s;
	    transition-timing-function: linear, linear;
	    transition-delay: 0s, 0s;
	    display: inline-block;
	    padding: 4px 6px;
	    padding-top: 4px;
	    padding-right-value: 6px;
	    padding-bottom: 4px;
	    padding-left-value: 6px;
	    padding-left-ltr-source: physical;
	    padding-left-rtl-source: physical;
	    padding-right-ltr-source: physical;
	    padding-right-rtl-source: physical;
	    line-height: 20px;
	    color: rgb(85, 85, 85);
	    -moz-box-sizing: border-box;
	    white-space: nowrap;
	}

	.logowanie_button
	{
	    color: rgb(255, 255, 255);
	    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	    background-color: #007CBF;
	    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	    margin-top: 15px !important;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    height: 48px;
	    width: 75px;
	}

	.logowanie_button:hover {
	  background-color: #7e93b3; /* Green */
	  color: white;
	}

	.info {
		font-size: 26px;
	}

	.bar {
		background-color: #007CBF;
		top: 0;
		min-height: 57px;
		margin-bottom: 20px;
		height: 120px;
		width:100%;
		left: 0;
	}

}

@media (min-width: 480px) {
	.divTable{
		display: table;
		width: 100%;
		max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
		margin-top: 40px;
		color: #007CBF;
		font-size: 30px;
	}
	.divTableRow {
		display: table-row;
	}
	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTableCell_1,.divTableCell_2, .divTableHead {
		border: none !important;
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
		text-align: left;
	}
	.divTableCell_1 {
	width: 30%;
	}
	.divTableCell_2 {
	width: 70%;

	}

	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTableFoot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTableBody {
		display: table-row-group;
	}

	.divTable2{
		display: table;
		width: 100%;
		max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
		margin-top: 30px;
		color: #007CBF;

	}
	.divTable2Row {
		display: table;
		margin: auto;
	}

	.divTable2Heading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTable2Cell_1,.divTable2Cell_2, .divTable2Head {
		border: none !important;
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
		text-align: left;
	}
	.divTable2Cell_1 {
	width: 30%;
	}
	.divTable2Cell_2 {
	width: 70%;
	}

	.divTable2Heading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTable2Foot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTable2Body {
		display: table-row-group;
	}

 .form-fields_login {
  width: 380px;
	float: right;
	margin-right: 175px;
 }

	.row_login_button {
		width: 33% !important;
		margin-left: 43%;
	}

	input#UserName, input#Password
	{
	    width: 375px !important;
	    height: 35px;
	    margin-top: 15px;
	    border-radius: 4px 4px 4px 4px;
	    border-top-left-radius: 4px;
	    border-top-right-radius: 4px;
	    border-bottom-right-radius: 4px;
	    border-bottom-left-radius: 4px;
	    position: relative;
	    margin-bottom: 4px;
	    vertical-align: top;
	    font-size: 18px;
	    background-color: rgb(255, 255, 255);
	    border: 1px solid rgb(204, 204, 204);
	    border-top-width: 1px;
	    border-right-width-value: 1px;
	    border-right-width-ltr-source: physical;
	    border-right-width-rtl-source: physical;
	    border-bottom-width: 1px;
	    border-left-width-value: 1px;
	    border-left-width-ltr-source: physical;
	    border-left-width-rtl-source: physical;
	    border-top-style: solid;
	    border-right-style-value: solid;
	    border-right-style-ltr-source: physical;
	    border-right-style-rtl-source: physical;
	    border-bottom-style: solid;
	    border-left-style-value: solid;
	    border-left-style-ltr-source: physical;
	    border-left-style-rtl-source: physical;
	    border-top-color: rgb(204, 204, 204);
	    border-right-color-value: rgb(204, 204, 204);
	    border-right-color-ltr-source: physical;
	    border-right-color-rtl-source: physical;
	    border-bottom-color: rgb(204, 204, 204);
	    border-left-color-value: rgb(204, 204, 204);
	    border-left-color-ltr-source: physical;
	    border-left-color-rtl-source: physical;
	    -moz-border-top-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    border-image-source: none;
	    border-image-slice: 100% 100% 100% 100%;
	    border-image-width: 1 1 1 1;
	    border-image-outset: 0 0 0 0;
	    border-image-repeat: stretch stretch;
	    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	    transition-property: border, box-shadow;
	    transition-duration: 0.2s, 0.2s;
	    transition-timing-function: linear, linear;
	    transition-delay: 0s, 0s;
	    display: inline-block;
	    padding: 4px 6px;
	    padding-top: 4px;
	    padding-right-value: 6px;
	    padding-bottom: 4px;
	    padding-left-value: 6px;
	    padding-left-ltr-source: physical;
	    padding-left-rtl-source: physical;
	    padding-right-ltr-source: physical;
	    padding-right-rtl-source: physical;
	    line-height: 20px;
	    color: rgb(85, 85, 85);
	    -moz-box-sizing: border-box;
	    white-space: nowrap;
	}

	.logowanie_button
	{
	    color: rgb(255, 255, 255);
	    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	    background-color: #007CBF;
	    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	    margin-top: 15px !important;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    height: 48px;
	    width: 75px;
	}

	.logowanie_button:hover {
	  background-color: #7e93b3; /* Green */
	  color: white;
	}

	.info {
		font-size: 26px;
	}

	.bar {
		background-color: #007CBF;
		top: 0;
		min-height: 57px;
		margin-bottom: 20px;
		height: 120px;
		width:100%;
		left: 0;
	}

}

@media (min-width: 767px) {
	.divTable{
		display: table;
		width: 100%;
		max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
		margin-top: 40px;
		color: #007CBF;
		font-size: 30px;
	}
	.divTableRow {
		display: table-row;
	}
	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTableCell_1,.divTableCell_2, .divTableHead {
		border: none !important;
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
		text-align: left;
	}
	.divTableCell_1 {
	width: 30%;
	}
	.divTableCell_2 {
	width: 70%;

	}

	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTableFoot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTableBody {
		display: table-row-group;
	}

	.divTable2{
		display: table;
		width: 100%;
		max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
		margin-top: 30px;
		color: #007CBF;

	}
	.divTable2Row {
		display: table;
		margin: auto;
	}
	.divTable2Heading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTable2Cell_1,.divTable2Cell_2, .divTable2Head {
		border: none !important;
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
		text-align: left;
	}
	.divTable2Cell_1 {
	width: 30%;
	}
	.divTable2Cell_2 {
	width: 70%;
	}

	.divTable2Heading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTable2Foot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTable2Body {
		display: table-row-group;
	}

	.row_login_button {
		width: 33% !important;
		margin-left: 160px;
	}

	.form-fields_login {
		width: 380px;
		float: right;
		margin-right: 250px;
	}

	input#UserName, input#Password
	{
	    width: 375px !important;
	    height: 35px;
	    margin-top: 15px;
	    border-radius: 4px 4px 4px 4px;
	    border-top-left-radius: 4px;
	    border-top-right-radius: 4px;
	    border-bottom-right-radius: 4px;
	    border-bottom-left-radius: 4px;
	    position: relative;
	    margin-bottom: 4px;
	    vertical-align: top;
	    font-size: 18px;
	    background-color: rgb(255, 255, 255);
	    border: 1px solid rgb(204, 204, 204);
	    border-top-width: 1px;
	    border-right-width-value: 1px;
	    border-right-width-ltr-source: physical;
	    border-right-width-rtl-source: physical;
	    border-bottom-width: 1px;
	    border-left-width-value: 1px;
	    border-left-width-ltr-source: physical;
	    border-left-width-rtl-source: physical;
	    border-top-style: solid;
	    border-right-style-value: solid;
	    border-right-style-ltr-source: physical;
	    border-right-style-rtl-source: physical;
	    border-bottom-style: solid;
	    border-left-style-value: solid;
	    border-left-style-ltr-source: physical;
	    border-left-style-rtl-source: physical;
	    border-top-color: rgb(204, 204, 204);
	    border-right-color-value: rgb(204, 204, 204);
	    border-right-color-ltr-source: physical;
	    border-right-color-rtl-source: physical;
	    border-bottom-color: rgb(204, 204, 204);
	    border-left-color-value: rgb(204, 204, 204);
	    border-left-color-ltr-source: physical;
	    border-left-color-rtl-source: physical;
	    -moz-border-top-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    border-image-source: none;
	    border-image-slice: 100% 100% 100% 100%;
	    border-image-width: 1 1 1 1;
	    border-image-outset: 0 0 0 0;
	    border-image-repeat: stretch stretch;
	    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	    transition-property: border, box-shadow;
	    transition-duration: 0.2s, 0.2s;
	    transition-timing-function: linear, linear;
	    transition-delay: 0s, 0s;
	    display: inline-block;
	    padding: 4px 6px;
	    padding-top: 4px;
	    padding-right-value: 6px;
	    padding-bottom: 4px;
	    padding-left-value: 6px;
	    padding-left-ltr-source: physical;
	    padding-left-rtl-source: physical;
	    padding-right-ltr-source: physical;
	    padding-right-rtl-source: physical;
	    line-height: 20px;
	    color: rgb(85, 85, 85);
	    -moz-box-sizing: border-box;
	    white-space: nowrap;
	}

	.logowanie_button
	{
	    color: rgb(255, 255, 255);
	    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	    background-color: #007CBF;
	    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	    margin-top: 15px !important;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    height: 48px;
	    width: 75px;
	}

	.logowanie_button:hover {
	  background-color: #7e93b3; /* Green */
	  color: white;
	}

	.info {
		font-size: 26px;
	}

	.bar {
		background-color: #007CBF;
		top: 0;
		min-height: 57px;
		margin-bottom: 20px;
		height: 120px;
		width:100%;
		left: 0;
	}

}

@media (min-width: 1024px) {
	.divTable{
		display: table;
		width: 100%;
		max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
		margin-top: 40px;
		color: #007CBF;
		font-size: 30px;
	}
	.divTableRow {
		display: table-row;
	}
	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTableCell_1,.divTableCell_2, .divTableHead {
		border: none !important;
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
		text-align: left;
	}
	.divTableCell_1 {
	width: 30%;
	}
	.divTableCell_2 {
	width: 70%;

	}

	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTableFoot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTableBody {
		display: table-row-group;
	}

	.divTable2{
		display: table;
		width: 100%;
		max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;
		margin-top: 30px;
		color: #007CBF;

	}
	.divTable2Row {
		display: table;
		margin: auto;
	}
	.divTable2Heading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTable2Cell_1,.divTable2Cell_2, .divTable2Head {
		border: none !important;
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
		text-align: left;
	}
	.divTable2Cell_1 {
	width: 30%;
	}
	.divTable2Cell_2 {
	width: 70%;
	}

	.divTable2Heading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTable2Foot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTable2Body {
		display: table-row-group;
	}

	.row_login_button {
		width: 33% !important;
		margin-left: 43%;
	}

	.form-fields_login {
		width: 380px;
		float: right;
		margin-right: 280px;
	}

	input#UserName, input#Password
	{
	    width: 375px !important;
	    height: 35px;
	    margin-top: 15px;
	    border-radius: 4px 4px 4px 4px;
	    border-top-left-radius: 4px;
	    border-top-right-radius: 4px;
	    border-bottom-right-radius: 4px;
	    border-bottom-left-radius: 4px;
	    position: relative;
	    margin-bottom: 4px;
	    vertical-align: top;
	    font-size: 18px;
	    background-color: rgb(255, 255, 255);
	    border: 1px solid rgb(204, 204, 204);
	    border-top-width: 1px;
	    border-right-width-value: 1px;
	    border-right-width-ltr-source: physical;
	    border-right-width-rtl-source: physical;
	    border-bottom-width: 1px;
	    border-left-width-value: 1px;
	    border-left-width-ltr-source: physical;
	    border-left-width-rtl-source: physical;
	    border-top-style: solid;
	    border-right-style-value: solid;
	    border-right-style-ltr-source: physical;
	    border-right-style-rtl-source: physical;
	    border-bottom-style: solid;
	    border-left-style-value: solid;
	    border-left-style-ltr-source: physical;
	    border-left-style-rtl-source: physical;
	    border-top-color: rgb(204, 204, 204);
	    border-right-color-value: rgb(204, 204, 204);
	    border-right-color-ltr-source: physical;
	    border-right-color-rtl-source: physical;
	    border-bottom-color: rgb(204, 204, 204);
	    border-left-color-value: rgb(204, 204, 204);
	    border-left-color-ltr-source: physical;
	    border-left-color-rtl-source: physical;
	    -moz-border-top-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    border-image-source: none;
	    border-image-slice: 100% 100% 100% 100%;
	    border-image-width: 1 1 1 1;
	    border-image-outset: 0 0 0 0;
	    border-image-repeat: stretch stretch;
	    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	    transition-property: border, box-shadow;
	    transition-duration: 0.2s, 0.2s;
	    transition-timing-function: linear, linear;
	    transition-delay: 0s, 0s;
	    display: inline-block;
	    padding: 4px 6px;
	    padding-top: 4px;
	    padding-right-value: 6px;
	    padding-bottom: 4px;
	    padding-left-value: 6px;
	    padding-left-ltr-source: physical;
	    padding-left-rtl-source: physical;
	    padding-right-ltr-source: physical;
	    padding-right-rtl-source: physical;
	    line-height: 20px;
	    color: rgb(85, 85, 85);
	    -moz-box-sizing: border-box;
	    white-space: nowrap;
	}

	.logowanie_button
	{
	    color: rgb(255, 255, 255);
	    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	    background-color: #007CBF;
	    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	    margin-top: 15px !important;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    height: 48px;
	    width: 75px;
	}

	.logowanie_button:hover {
	  background-color: #7e93b3; /* Green */
	  color: white;
	}

	.info {
		font-size: 26px;
	}


	.bar {
		background-color: #007CBF;
		top: 0;
		min-height: 57px;
		margin-bottom: 20px;
		height: 120px;
		width:100%;
		left: 0;
	}

	}

@media (min-width: 1200px) {
		.divTable{
			display: table;
			width: 100%;
			max-width: 1000px;
		  margin-left: auto;
		  margin-right: auto;
			margin-top: 40px;
			color: #007CBF;
			font-size: 30px;
		}
		.divTableRow {
			display: table-row;
		}
		.divTableHeading {
			background-color: #EEE;
			display: table-header-group;
		}
		.divTableCell_1,.divTableCell_2, .divTableHead {
			border: none !important;
			display: table-cell;
			padding: 3px 10px;
			vertical-align: middle;
			text-align: left;
		}
		.divTableCell_1 {
		width: 30%;
		}
		.divTableCell_2 {
		width: 70%;

		}

		.divTableHeading {
			background-color: #EEE;
			display: table-header-group;
			font-weight: bold;
		}
		.divTableFoot {
			background-color: #EEE;
			display: table-footer-group;
			font-weight: bold;
		}
		.divTableBody {
			display: table-row-group;
		}

		.divTable2{
			display: table;
			width: 100%;
			max-width: 1000px;
		  margin-left: auto;
		  margin-right: auto;
			margin-top: 30px;
			color: #007CBF;

		}
		.divTable2Row {
			display: table;
			margin: auto;
		}
		.divTable2Heading {
			background-color: #EEE;
			display: table-header-group;
		}
		.divTable2Cell_1,.divTable2Cell_2, .divTable2Head {
			border: none !important;
			display: table-cell;
			padding: 3px 10px;
			vertical-align: middle;
			text-align: left;
		}
		.divTable2Cell_1 {
		width: 30%;
		}
		.divTable2Cell_2 {
		width: 70%;
		}

		.divTable2Heading {
			background-color: #EEE;
			display: table-header-group;
			font-weight: bold;
		}
		.divTable2Foot {
			background-color: #EEE;
			display: table-footer-group;
			font-weight: bold;
		}
		.divTable2Body {
			display: table-row-group;
		}

		.row_login_button {
			width: 33% !important;
			margin-left: 43%;
		}

		.form-fields_login {
			width: 380px;
			float: right;
			margin-right: 270px;
		}

		input#UserName, input#Password
		{
		    width: 375px !important;
		    height: 35px;
		    margin-top: 15px;
		    border-radius: 4px 4px 4px 4px;
		    border-top-left-radius: 4px;
		    border-top-right-radius: 4px;
		    border-bottom-right-radius: 4px;
		    border-bottom-left-radius: 4px;
		    position: relative;
		    margin-bottom: 4px;
		    vertical-align: top;
		    font-size: 18px;
		    background-color: rgb(255, 255, 255);
		    border: 1px solid rgb(204, 204, 204);
		    border-top-width: 1px;
		    border-right-width-value: 1px;
		    border-right-width-ltr-source: physical;
		    border-right-width-rtl-source: physical;
		    border-bottom-width: 1px;
		    border-left-width-value: 1px;
		    border-left-width-ltr-source: physical;
		    border-left-width-rtl-source: physical;
		    border-top-style: solid;
		    border-right-style-value: solid;
		    border-right-style-ltr-source: physical;
		    border-right-style-rtl-source: physical;
		    border-bottom-style: solid;
		    border-left-style-value: solid;
		    border-left-style-ltr-source: physical;
		    border-left-style-rtl-source: physical;
		    border-top-color: rgb(204, 204, 204);
		    border-right-color-value: rgb(204, 204, 204);
		    border-right-color-ltr-source: physical;
		    border-right-color-rtl-source: physical;
		    border-bottom-color: rgb(204, 204, 204);
		    border-left-color-value: rgb(204, 204, 204);
		    border-left-color-ltr-source: physical;
		    border-left-color-rtl-source: physical;
		    -moz-border-top-colors: none;
		    -moz-border-right-colors: none;
		    -moz-border-bottom-colors: none;
		    -moz-border-left-colors: none;
		    border-image-source: none;
		    border-image-slice: 100% 100% 100% 100%;
		    border-image-width: 1 1 1 1;
		    border-image-outset: 0 0 0 0;
		    border-image-repeat: stretch stretch;
		    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
		    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
		    transition-property: border, box-shadow;
		    transition-duration: 0.2s, 0.2s;
		    transition-timing-function: linear, linear;
		    transition-delay: 0s, 0s;
		    display: inline-block;
		    padding: 4px 6px;
		    padding-top: 4px;
		    padding-right-value: 6px;
		    padding-bottom: 4px;
		    padding-left-value: 6px;
		    padding-left-ltr-source: physical;
		    padding-left-rtl-source: physical;
		    padding-right-ltr-source: physical;
		    padding-right-rtl-source: physical;
		    line-height: 20px;
		    color: rgb(85, 85, 85);
		    -moz-box-sizing: border-box;
		    white-space: nowrap;
		}

		.logowanie_button
		{
		    color: rgb(255, 255, 255);
		    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
		    background-color: #007CBF;
		    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		    margin-top: 15px !important;
		    -webkit-border-radius: 3px;
		    -moz-border-radius: 3px;
		    border-radius: 3px;
		    height: 48px;
		    width: 75px;
		}

		.logowanie_button:hover {
		  background-color: #7e93b3; /* Green */
		  color: white;
		}

		.info {
			font-size: 26px;
		}


		.bar {
			background-color: #007CBF;
			top: 0;
			min-height: 57px;
			margin-bottom: 20px;
			height: 120px;
			width:100%;
			left: 0;
		}

		}
