
/* POZADINA > cijela stranica */
body {
    background-image: url("/images/bg_sivo-crno.png");
    .background-image: url("/BAZApodatakaTSS/zzz_TSS/images/bg_dark01_blur.jpg");
	.background-image: url("/BAZApodatakaTSS/zzz_TSS/images/bg_sivo-crno.png");
    .background-repeat: no-repeat;                       
	background-size: cover;
	.background-size: 100% 100%;
	background-attachment: fixed;
	.opacity:0.5;
	.z-index: -100;
	.width: 100%;
}

.container{max-width: 900px !important; }   /* ŠIRINA STRANICE > border-image i ostalo */

.container-bg{
	background: transparent; 
	z-index: -1;
	margin: 0;
	padding: 0;
}
/*	HEADER > naslov >	TEHNIČKO SIGURNOSNI SERVIS d.o.o.	//////////////////////////*/
.zaglavlje {
	.max-width: 900px;
	margin: auto;
	height: 60px;
	line-height: 60px;	
	border-bottom: 1px solid white;
	width: 100%;
}

h3.a{
    height: 50px;
	line-height: 60px;
	font-size: 25px;  
	font-weight: bold; 
	color: lightgray; 
	font-weight: 900;}

/*	LOG IN > forma	////////////////////////////////////////////////////////////////*/

.form-container{ 
	padding:50px 60px; 
	margin-top: 20vh;               
	-webkit-box-shadow: 6px 6px 6px 0px gray;
	-moz-box-shadow: 6px 6px 6px 0px gray;
	box-shadow: 6px 6px 6px 0px gray;
	.background-color: black;
	.opacity: 0.5;
	border: 1px solid gray;
	.z-index: 1000;
	background-image: url("/BAZApodatakaTSS/zzz_TSS/images/bg_sivo-crno.png");
	background-size: cover;
	.background-size: 100% 100%;
	background-attachment: fixed;
}								
.form-control {font-family: Arial; font-weight: bold; box-shadow: 0px;}

	h3{font-size: 20px; font-family: "Arial Black", Arial; text-align: center; color: lightgray;}
	h4{text-align: center; color: lightgray;}
								
.sveskupa {
	max-width: 600px;
	margin: auto;
	.opacity: 0.5;
}

.row {
	max-width: 600px;
	margin: auto;
	.z-index: 1000;
	.opacity: 0.5;
}

.button3 {
    background-color: #F99E8B; /* Green */
    border: none;
    color: black;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 2px 2px;
    cursor: pointer;
	.border-radius: 6px;
	float: right;
}

.btn-success {
	border-radius: 0px;
	width: 100%;
}
hr {height:1px;border-width:0;color:gray;background-color:lightgray;}

/*	////////////////////////////////////////////////////////////////*/

#footer {
	font: 11px Arial;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: lightgray;
    text-align: center;
    .padding: 1px;
    height: 25px;
    line-height: 25px;
	border-top: 1px solid white;
}



















