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{
	margin-top: -200px;
}


.panel{
	/*background-color: rgba(139, 138, 138, 0.6);*/
	padding: 15px 15px 5px 15px;
	/*border: 1px solid white;*/
	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;
}