#podaci{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	border: 2px solid #3b3b3b;
	background-color: #15161c;
	border-radius: 30px;
	width: 50%;
}

.kartica{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: 1px solid whitesmoke;
	border-radius: 20px;
	background-color: #1f2029;
	box-shadow: 0 4px 8px 5px rgba(140,140,140,.2);
}
.openIcon{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.flex-start{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 200px;
}

.slika{
	padding-bottom: 10px;
	/*border-bottom: 2px solid #3b3b3b;*/
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

#uplatnica{
	display: flex;
	justify-content: center;
}

#brTel{
	min-height: 35px;
	display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.dugmeLink{
	color: black;
}
.dugmeLink:hover{
	color: #5eab16;
}

@media (min-width: 880px) and (max-width: 10000px) {
	#podaci{
		padding: 20px;
		height: 500px;
		
	}
	.kartica{
		padding: 5px 15px;
		width: 50%;
		margin: 10px 20px;
	}
	#imeMail{
		height: 80px;
		cursor: pointer;
		width: 40%;
	}
	#promeniLozinku{
		height: 40px;
		cursor: pointer;
		width: 40%;
	}
	#valutaTema{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		width: 40%;
		padding: 10px 15px;
	}
	#tema{
		margin: 10px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#brTel{
		cursor: pointer;
		width: 40%;
	}
	#uplatnica{
		width: 45%;
	}
	.slika{
		overflow: hidden;
		height: 280px;
	}
	.namesteno img{
		object-fit: contain;
		width: 100%;
		height: 280px;
	}
}
@media (max-width: 879px){
	#podaci{
		padding: 10px 20px;
		width: 80%;
		justify-content: center;
		align-items: center;
	}
	.kartica{
		padding: 5px 15px;
		margin: 10px 0px;
	}
	#imeMail{
		height: 50px;
		cursor: pointer;
		width: 90%;
	}
	#promeniLozinku{
		height: 40px;
		cursor: pointer;
		width: 90%;
	}
	#valutaTema{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		width: 90%;
		padding: 10px 15px;
	}
	#valuta{
		display: flex;
		flex-direction: column;
	}
	#tema{
		margin: 15px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#brTel{
		cursor: pointer;
		width: 90%;
	}
	#uplatnica{
		width: 90%;
	}
	.slika{
		overflow: hidden;
		height: 280px;
	}
	.namesteno img{
		object-fit: contain;
		width: 100%;
		height: 280px;
	}
}
@media (min-width: 1100px) and (max-width: 1540px){
	#podaci{
		width: 70%;
	}
}
@media (min-width: 880px) and (max-width: 1100px){
	#podaci{
		width: 90%;
	}
}


.form-style3 {
  padding: 3px 5px;
  height: 30px;
  width: 200px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #c4c3ca;
  background-color: #15161c;
  border: 1px solid whitesmoke;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
.form-style3:focus,
.form-style3:active {
  border: 1px solid whitesmoke;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
hr{
	height: 2px;
	border: 0px;
	background-color: #3b3b3b;
	width: 100%;
}