body {
	overflow-x: hidden; /* Hide horizontal scrollbar */
	background-image:url('/images/background.png');
}
.btn-primary {
	background: #ecd7ab;
	border: #ecd7ab;
	/*background: #d7b56d;*/
}
.btn-primary:hover {
	border: #ecd7ab;
	background: #d7b56d;
}
h2 {
    text-align: center;
    margin-bottom: 40px;
	margin-top: 10px;
}
h3 {
	/* AKTIVIRAJ SVOJU LUKOIL KARTICU */
    text-align: center;
	margin-bottom:0;
}
h4 {
    margin-bottom: 0px;
	margin-top: 0px;
}
h5 {
    margin-bottom: 1em;
	margin-top: 2em;
	font-weight: 700;
}
span#crveno {
	color: #D2232A;
	background: white;
	z-index: 2 !important;
	text-align: center;
}
span#plavo {
	color: #034EA2;
	background: white;
	z-index: 2 !important;
	text-align: center;
}
p {
	text-align: justify;
}
.required:after {
    content:" *";
    color: red;
}
.privole {
	font-size: 2.5rem;
	font-weight: 700;
	top:4em;
}
#rectangle{
    width:4em;
    height:20em;
    background: #FFE599;
}

.fixed-header, .fixed-footer{
	width: 100%;
	padding: 0 !important;
	color: #fff;
}
.fixed-header{
	top: 0;
	z-index: -1;
	background-image:url('/images/background.png');
}
.fixed-footer{
	position: fixed;
	bottom: 0;
	z-index: 4;
}
