html, body {
	background-color: #044388!important;
}

.container_my {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.informacja{
	left:0;
	position: absolute;
	z-index: 9999;
	top: 10%;
}

.panel{
	padding: 15px 15px 5px 15px;
	border-radius: 20px;
	color: white;
	width:350px;
}

.btn-fiolet{
	background-color: #a609a0!important;
	color: white;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	color: white;
	padding:10px;
}

.jaki_system{
	position: absolute;
	top: 10%;
	left: 0;
	background-color: white;
	border-radius: 0px 5px 5px 0px;
}