/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */


#login {
    padding-top: 50px
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login h2 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

#username{
  font-style: italic;
}

#password{
  font-style:italic;
}

#conformationButton.btn.btn-info{
  margin-top:20px;
  padding-top: 0px;

}

#conformationButton{
  margin-top:20px;
  background-color: #1fa67b;
  border-color: #1fa67b;
}

.showpasswordlabel{
  margin-left: 120px;

}
div#notificationImage.col-sm-4.col-sm-offset-4{
margin-left: 30.333333% !important;
}


/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    color: #212121;
}
.btn-custom {
    color: #fff;
	background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
#footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}
#footer p {
    margin-bottom: 0;
}
#footer a {
    color: inherit;
}

#for_poruka {
  display:none;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.8);
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow-y: auto
}


#popup_poruka {

  height: fit-content !important;
  display:none;
  float:none;
  margin:0 auto;
  margin-left: 25%;
    z-index: 1000001;
  position: fixed;
  top: 2%;
  bottom: 2%;
  padding: 0px;
  background-color: #ffffff;
  overflow-y: auto;
  border-radius: 10px;
  padding-bottom: 20px;
  height: 380px;
}
