@charset "utf-8";

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
hr{
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #ccc;
}

.container::after {
    clear: both;
}

.container::before, .container::after {
    display: table;
    content: "";
    line-height: 0;
}

.view-login .container {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -206px;
    margin-left: -150px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

.view-login .well {
    padding-bottom: 0;
	text-align: center;
}

.well, .napaka {
    min-height: 20px;
    padding: 19px;
    padding-bottom: 19px;
    margin-bottom: 20px;
    background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#izpis-napaka {
	color: crimson;
	font-size: 14px;
	font-weight: bold;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}


img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#system-message-container, #j-main-container {
    padding: 0 0 0 5px;
    min-height: 0;
}

form {
    margin: 0 0 18px;
}

.input-prepend > .add-on, .input-append > .add-on {
    vertical-align: top;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

#vnos, #box_naziv {
	padding-bottom:15px;
}

#box_naziv{
	padding-top: 15px;
}

input {
	max-width: 100%;
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	width: 215px;
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	position: relative;
	font-size: 13px;
	height: 18px;
	padding: 4px 6px;
}

span.fa.fa-user, span.fa.fa-lock {
	color: #093844;
}

button.login-button {
	font-weight: normal;
	-webkit-appearance: button;
	margin: 0;
	white-space: nowrap;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
	min-width: 50px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-top: 15px;
	font-size: 16.25px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #fff;
	background-color: #093844;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 11px 19px;
}

button.login-button:hover {
	background-color:#ee7e34;
}

.add-on {
    margin-right: -1px;
    border-radius: 3px 0 0 3px;
	margin-left: 0;
	vertical-align: top;
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 17px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color:#eee;
	border: 1px solid #ccc;
}

.add-on-prijava {
	font-size: 17px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (max-width: 980px) {
  /* For tablets: */
.view-login .container {
    width: 100%;
	position: inherit;
    margin-top: 50%;
    left: 0%;
    margin-left: 0px;
}
body {
	margin: 30px;
}
	
.add-on {

	height: 58px;
    min-width: 56px;
    padding: 4px 5px;
    font-size: 17px;
    font-weight: normal;
    line-height: 18px;
}
	
input {
	width: 90.3%;
	height: 58px;
	font-size: 33px;
}
	
.fa {

    font-size: 56px !important;
}
	
#box_naziv {
	font-size: 46px;
    padding: 35px 0px 55px 0px;
}
	
#vnos {
    padding-bottom: 35px;
}
	
button.login-button {
    line-height: 108px;
    font-size: 36.25px;
}
	
#izpis-napaka {
	font-size: 37px;
}	

	
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
}
