.login{
  height: 100%;
  min-height: 100%;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}
.jezik{
  padding-bottom: 50px;
}
.jezik-linija{
    display: inline-block;
    padding-right: 10px;
}
body{
  font-family: 'Exo', sans-serif;
}
.content-left{
  padding:0px;
}
.content-right{
  padding: 60px;
  height: 100%;
  min-height: 100%;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-header {
    background-image: url(../img/kastela-background.jpeg);
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.modal-title{
  color: white;
  font-weight: 800;
  font-size: 2rem;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.logo-image{
	padding-bottom: 30px;
}
.button-submit{
  padding-bottom: 25px;
}
#wifi4eulogo{
	width:90%;
}
footer{
	font-size: .5rem;
	color: #888888;
	text-align:right;
}
.new_res{
	width:80%;
}

@media only screen and (max-width: 600px) {
	.logo-image{
		width:70px;
	}
}
@media only screen and (max-width: 600px) {
.container-fluid{
	padding-left:0px !important;
	padding-right:0px !important;
}
}
@media only screen and (max-width: 600px) {
.new_res{
	width:100%;
}
}