* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
/* fonts */

@font-face {
  font-family: msr500;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
}
@font-face {
  font-family: msr300;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
}
@font-face {
  font-family: msr700;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
}
@font-face {
  font-family: msr100;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-100-webfont.ttf);
}
@font-face {
  font-family: msr900;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
}


body {
  overflow-x: hidden;
}


.company-name a{
    color: #000;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
}

.company-name a:hover{
    border-color: black;
}

#politika-nema{
    padding-bottom: 0px;
}

.remote-ikonica{
    border-top: 1px solid #DEDEDE;
}

.remote-ikonica h3{
    font-family: msr300 !important;
    font-size: 14px;
}

.remote-politika{
    padding-bottom: 20px;
    width: 100%;
}

/* .remote-politika .nuzno-new{
    margin-left: 20px !important;
} */

.nuzno-new li, .nuzno-new{
    margin-left: 20px;
    font-family: Arial;
    font-size: 13px;
    padding-right: 20px;
    color: #555;
    font-weight: normal !important;
}

.no-border{
    border-bottom: none !important;
}

.pozeljno-new{
    margin-left: 12px;
    padding-right: 20px;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal !important;
    padding-bottom: 30px;
}


.shaddow{
    box-shadow:inset 0px -65px 36px 1px #ffffff;
    position: absolute;
    top: 85px;
    width: 100%;
    height: 75px;
    z-index: 2;
}

.shaddow2{
    box-shadow:inset 0px -65px 36px 1px #ffffff;
    position: absolute;
    top: 85px;
    width: 100%;
    height: 75px;
    z-index: 2;
}

#jos{
    width: 90px;
    height: 22px;
    font-family: 'msr300';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    top: 124px;
    outline: none;
    border-style: none;
    background-color: #0C990A;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
}

#jos2{
    width: 90px;
    height: 22px;
    font-family: 'msr300';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    top: 125px;
    outline: none;
    border-style: none;
    background-color: #0C990A;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
}

#sakrij{
    width: 90px;
    height: 22px;
    font-family: 'msr300';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    bottom: 15px;
    outline: none;
    border-style: none;
    background-color: #0C990A;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    display: none;
}

#sakrij2{
    width: 90px;
    height: 22px;
    font-family: 'msr300';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    bottom: 15px;
    outline: none;
    border-style: none;
    background-color: #0C990A;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    display: none;
}

.contain-first{
    display: flex;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
}

#single-poslovi{
    background-color: white;
}

.tagovi-lok{
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 23px; */
}

.tagovi-lok span:nth-child(2){
    margin-bottom: 5px;
}
.delatnosti-single{
    width: 100%;
    margin: auto;
    background-color: white;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.osnovno, .stvari-inner, .stvari-flex{
    display: flex;
    align-items: center;
}

.osnovno, .stvari-inner{
    padding-left: 20px;
}

.stvari-flex{
    flex-wrap: wrap;
}

.stvari-inner{
    width: 50%;
    /* height: 58px; */
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.osnovno{
    height: 50px;
    border-bottom: 1px solid #DEDEDE;
}

.osnovno h3{
    font-family: msr700;
    font-size: 13px;
}

.osnovno img{
    margin-right: 5px;
}

.stvari-inner img{
    margin-right: 5px;
}

.stvari-inner h3{
    margin-right: 0px;
    font-family: msr300;
    font-size: 11px;
}

.stvari-inner:nth-child(1){
    border-right: 1px solid #DEDEDE;
}

.stvari-inner:nth-child(1), .stvari-inner:nth-child(2){
    border-right: 1px solid #DEDEDE;
}

.contain-first .stvari-inner:nth-child(2){
    border-right: none;
}

.znanja{
    padding-bottom: 15px;
    position: relative;
}

.znanja:nth-child(2){
    border-bottom: 1px solid #DEDEDE;
}

.znanja-top{
    display: flex;
    padding-left: 20px;
    margin-bottom: 10px;
    align-items: center;
    padding-top: 20px;
}

.znanja-top h4{
    margin-right: 5px;
    font-family: Arial;
    font-size: 13px;
    color: #555;
    font-weight: 100;
}

.znanja-bottom{
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.znanja-top img, .znanja-bottom img{
    margin-right: 5px;
}

.znanja-top h3, .znanja-bottom h3{
    margin-right: 5px;
    font-family: Arial;
    font-size: 13px;
    color: #555;
}

a {
  text-decoration: none;
}

.home {
  max-width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: -24px;
}

.home-mobile {
    display: none;
}

.link-zajednica {
    color: #ffffff;
    font-family: msr300;
    font-size: 12px;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: fit-content;
    position: relative;
    top: 15px;
  }

  .link-zajednica:hover {
      text-decoration: underline;
  }


.bck-img {
  /* background: url(https://startit.rs/media/image-1-3.png) no-repeat; */
  /* background: url(https://startit.rs/media/cover-2.png) no-repeat;
  background-size: cover; */
  width: 100%;
  height: 185px;
}

.bck-img img {
    width: 100%;
    height: 100%;
}

.vector {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 150px;
  /* left: 620px; */
  margin: 0 auto;
}

.vector-single{
    left: unset;
}
.vector img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.data {
  margin-top: 80px;
  width: 100%;
  background-color: white;
  margin-top: 0px;

}
.company-name {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  font-family: msr300;
  padding-bottom: 10px;
  margin-top: 75px;
}
.position-name {
  font-family: msr900;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
}

.ad-info-wrapper {
  width: 100%;
  background: #f2f2f2;
  padding: 10px 0;
  /* margin-bottom: 34px; */
}

.ad-info-inner-top-wrapper {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ad-info-inner-bottom-wrapper {
    max-width: 630px;
    margin: 0 auto;
}

.ad-info-inner-bottom-wrapper > div:first-child {
    margin-bottom: 10px;
}

.ad-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.buttons {
  margin: 18px;
  margin-bottom: 26px;
}
.buttons a {
    margin: 0 3px;
}
.buttons a:first-child {
  width: 83px;
  height: 21px;
  display: inline-block;
  background: #0C990A;
  border: 2px solid #0C990A;
  border-radius: 50px;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s ease;
  color: #ffffff;
  padding-bottom: 2px;
  font-family: msr500;
}
.buttons a:last-child {
  background: transparent;
  color: #0C990A;
  border: 2px solid #0C990A;
  width: 65px;
  height: 21px;
  font-family: msr500;
  border-radius: 50px;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s ease;
  display: inline-block;
}

.buttons a:first-child:hover {
  background: transparent;
  color: #0C990A;
  border: 2px solid #0C990A;
}

.buttons a:last-child:hover {
    background: #0C990A;
    color: #fff;
    border: 2px solid #fff;
}

.tags-wrapper, .tags-wrapper-main, .tags-wrapper-must, .tags-wrapper-nice {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 23px;
  font-family: msr100;
  display: flex;
  color: #333333;
}
.tag-label {
    font-size: 14px;
    font-family: msr500;
    font-weight: bold;
    color: #333333;
}

.tag-label {
  width: 100px;
}


.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 545px;
}

.tag-main {
    width: fit-content;
    height: fit-content;
    background-color: #F5F5F6;
    border-radius: 6px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    font-family: msr700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    /* margin-right: 11px; */
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.tag-must, .tag-nice {
    width: fit-content;
    height: 20px;
    background-color: #F5F5F6;
    border-radius: 6px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    font-family: msr700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    margin-right: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 7px;
}

.container{
    width: 100%;
}

.container div {
    color: #333;
    font-family: helvetica, arial;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
}
.container p {
    color: #333;
    font-family: helvetica, arial;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
}

.container a {
    border-bottom: #0000ff 2px solid;
    padding-bottom: 2px;
    color: #333;
}

.container a:hover {
    border-bottom: unset;
    padding-bottom: unset;
}


.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
}
.btns a:first-child,
.btns a:last-child {
  width: 335px;
  padding: 10px 0;
  background: #0C990A;
  border-radius: 50px;
  font-size: 13px;
  font-family: msr500;
  /* identical to box height, or 169% */
  text-align: center;
  text-transform: uppercase;

  border: 2px solid #0C990A;
  color: #ffffff;
}
.btns a:last-child {
  background: transparent;
  color: #0C990A;
  margin-top: 20px;
}

.btns a:first-child:hover {
  background: transparent;
  color: #0C990A;
  border: 2px solid #0C990A;
}

.btns a:last-child:hover {
    background: #0C990A;
    color: #fff;
    border: 2px solid #fff;
}

nav {
  width: 375px;
  height: 85px;
  padding: 10px 15px;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 8;
  display: none;
}
.wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.img-box {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  /* border: 1px solid #000; */
}
.content-box .top {
  display: flex;
  align-items: center;
  justify-content: left;
}
.content-box {
  margin-left: 10px;
}
.content-box .top h3 {
  font-size: 12px;
  line-height: 14px;
  font-family: msr500;
  padding-right: 5px;
}
.content-box .top span {
  font-size: 12px;
  line-height: 14px;
  font-family: msr500;
  padding-left: 5px;
  color: #555555;
}
.bottom h2 {
  font-size: 21px;
  line-height: 25px;
  font-family: msr700;
}
.btn {
  margin: 5px 0;
}
.btn a:first-child {
  width: 83px;
  height: 21px;
  display: inline-block;
  background: #0C990A;
  border-radius: 50px;
  font-weight: 600;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s ease;
  color: #ffffff;
  padding-bottom: 2px;
  font-family: msr600;
}
.btn a:last-child {
  background: transparent;
  color: #0C990A;
  border: 2px solid #0C990A;
  width: 65px;
  height: 21px;
  font-family: msr500;
  border-radius: 50px;
  font-weight: 600;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s ease;
  display: inline-block;
}

.rok {
    font-family: msr900;
    font-size: 15px;
    margin: 0 7px;
}
/* responsive */

@media screen and (max-width: 800px) {
    .link-zajednica {
        font-size: 10px;
        top: 20px;
    }

    .vector img{
        width: 43px;
        height: 43px;
        border-radius: 5px;
    }

  #home {
    width: 100%;
  }
  .bck-img {
    background-position: center;
    background-size: 100%;
    height: 65px;
    position: sticky;
    top: 0px;
    z-index: -10;
  }
  .vector {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 58px;
    /* left: 163px; */
  }

  .buttons{
    margin: auto;
    margin-bottom: 26px;
    width: 165px;
    margin-top: 25px;
  }

  .data {
    padding-top: 30px;
  }
  .company-name{
      font-family: msr300;
font-style: normal;
font-weight: normal;
font-size: 11px;
line-height: 13px;
text-align: center;
margin-top: 12px;
  }

  #description{
      width: 100% !important;
      margin: auto !important;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
color: #555555;
background-color: white;
padding: 12px;
  }

  #description h2{
      color: black;
      margin-bottom: 30px;
  }
  #description ul{
      padding-left: 25px;
      margin-bottom: 30px;;
  }

  /* .tags span{
    font-family: 'msr500';
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
  } */

  .img-box img{
      width: 38px;
      height: 38px;
      border-radius: 5px;
  }

  .ad-info-inner-top-wrapper {
    flex-direction: column;
    width: 85%;
  }

  .ad-info-inner-bottom-wrapper {
      width: 85%;
  }

  .categories-wrapper div {
    width: 100%;
    display: flex;
    align-items: center;
}


  .tags {
    margin-top: unset;
    width: 70%;
  }


  .tag-main {
    margin: 5px 7px;
  }

}
@media screen and (min-width: 800px) {

    .tagovi-lok{
        display: flex;
        flex-wrap: wrap;
        /* margin-top: 23px; */
    }

    .tagovi-lok span:nth-child(2){
        margin-bottom: 5px;
    }
    .delatnosti-single{
        width: 630px;
        margin: auto;
        background-color: white;
        border: 1px solid #DEDEDE;
        border-radius: 8px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .osnovno, .stvari-inner, .stvari-flex{
        display: flex;
        align-items: center;
    }

    .osnovno, .stvari-inner{
        padding-left: 20px;
    }

    .stvari-flex{
        flex-wrap: wrap;
    }

    .stvari-inner{
        width: 50%;
        /* height: 58px; */
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .osnovno{
        height: 50px;
        border-bottom: 1px solid #DEDEDE;
    }

    .osnovno h3{
        font-family: msr700;
    }

    .osnovno img{
        margin-right: 10px;
    }

    .stvari-inner img{
        margin-right: 10px;
    }

    .stvari-inner h3{
        margin-right: 10px;
        font-family: msr300;
        font-size: 14px;
    }

    .stvari-inner:nth-child(3), .stvari-inner:nth-child(1){
        /* border-right: 1px solid #DEDEDE; */
    }

    .stvari-inner:nth-child(1), .stvari-inner:nth-child(2){
        /* border-bottom: 1px solid #DEDEDE; */
    }

    .znanja{
        padding-bottom: 15px;
    }

    .znanja:nth-child(2){
        border-bottom: 1px solid #DEDEDE;
    }

    .znanja-top{
        display: flex;
        padding-left: 20px;
        margin-bottom: 10px;
        align-items: center;
        padding-top: 20px;
    }

    .znanja-bottom{
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .znanja-top img, .znanja-bottom img{
        margin-right: 10px;
    }

    .znanja-top h3, .znanja-bottom h3{
        margin-right: 10px;
        font-family: Arial;
        font-size: 13px;
        color: #555;

    }



    .home{
        width: 100%;
    }

    .link-zajednica {
        font-size: 13px;
        top: 35px;
      }

      #description{
          background-color: white;
      }
    .bck-img{
        height: 185px;
        width: 100%;
        position: sticky;
        top: 0px;
        z-index: -10;
    }
    .vector {
        top: 150px;
    }
    .data {
        margin-top: 0px;
    }
    .position-name{
        font-size: 42px;
        line-height: 50px;
    }


    .buttons a {
        margin: 0 7px;
    }
    .buttons a:first-child {
        width: 140px;
        height: 34px;
        display: inline-block;
        background: #0C990A;
        border: 2px solid #0C990A;
        border-radius: 50px;
        font-weight: 600;
        font-size: 13px;
        line-height: 32px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s ease;
        color: #ffffff;
        padding-bottom: 2px;
        font-family: msr500;
    }

    .buttons a:last-child {
        background: transparent;
        color: #0C990A;
        border: 2px solid #0C990A;
        width: 140px;
        height: 34px;
        font-family: msr500;
        border-radius: 50px;
        font-weight: 600;
        font-size: 13px;
        line-height: 32px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s ease;
        display: inline-block;
    }
    .buttons {
        margin: 22px auto 34px auto;
        width: 300px;
        display: flex;
        justify-content: center;
    }
/*
    .tags span{
        width: fit-content;
        height: 18px;
        font-family: msr500;
        font-style: normal;
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        padding: 2px 10px;
        color: #333333;
        background: #f2f2f2;
        border-radius: 10px;
        display: inline-block;
        text-transform: uppercase;
        margin-right: 2px;
    } */

    .container{

    width: 630px;
    margin: auto;

    font-family: Helvetica;
    line-height: 24px;
    font-size: 16px;
    color: #333;

    }

    .categories-wrapper {
        font-size: 14px;
        font-weight: bold;
        line-height: 32px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .categories-wrapper div {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .container h2, .container h3, .container h1{
        font-family: msr700;
        margin-bottom: 25px;
        margin-top: 35px;
        color: black;
        line-height: 36px;
        font-size: 30px;;
    }

    .container ul{
        padding-left: 16px;
    }
    .container li{
        color: #333;
        font-family: helvetica, arial;
        font-style: normal;
        font-weight: normal;
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 28px;
    }
    .btns{
        padding-bottom: 100px;
    }
    .company-name {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-family: msr300;
        padding-bottom: 22px;
    }

    .tag-main, .tag-must, .tag-nice {
      font-size: 10px;
    }
}

@media screen and (max-width: 600px) {
    .home-mobile {
        display: block;
    }

    /* .home {
        display: none;
    } */

    .prijava-za-poziciju {
        font-family: msr100;
        width: 90%;
        margin: 13px auto;
        line-height: 40px;
        font-size: 21px;
    }

    .bez-rucnog-inner-wrapper{
        padding: 30px;
    }

    .home-mobile-wrapper {
        display: flex;
        margin: 0 auto 20px auto;
        width: 90%;
    }

    .company-logo {
        width: 50px;
    }

    .home-mobile-data-wrapper {
        display: flex;
        flex-direction: column;
    }

    .home-mobile-data {
        display: flex;
        align-items: center;
        height: 22px;
        margin-left: 10px;
    }

    .home-mobile-bullet {
        margin: 0 5px;
        font-size: 10px;
        line-height: 15px;
    }

    .home-mobile-data > span:first-child {
        font-family: msr500;
        font-weight: 700;
    }

    .ad-data {
        text-transform: uppercase;
        font-family: msr300;
        font-size: 13px;
    }

    .home-mobile-position {
        font-family: msr900;
        margin: 3px 0 0 10px;
        font-size: 24px;
    }

    .poslovi-prijava-form {
        width: 90%;
        margin: 0 auto;
    }

    input {
        width: 100%;
    }

    .ne-znam-textarea {
        width: 100%;
    }
}

/* BEGIN: Poslovi Prijava */
.poslovi-prijava-page {
    background-color: #F5F5F6;
}

.poslovi-prijava-page .data {
    padding-bottom: 20px;
}

.poslovi-prijava-page .bez-rucnog-inner-wrapper {
    padding-top: 30px;
}

.poslovi-prijava-page .bez-rucnog-inner-wrapper .bez-rucnog-paragraph {
    margin-top: 30px;
}

.bez-rucnog-heading{
    font-family: msr900;
}

.bez-rucnog-paragraph{
    font-family: Helvetica;
}

.poslovi-prijava-form-wrapper {
    width: 90%;
    max-width: 500px;
    margin: 30px auto 50px;
    border-radius: 8px;
    border: 1px solid #E5E8EB;
    background-color: #fff;
}

.poslovi-prijava-form-wrapper h1 {
    padding: 10px 20px 7px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: msr900;
}

.poslovi-prijava-form-wrapper h1 span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 12px;
    text-transform: lowercase;
    border-radius: 50%;
    background-color: #3A7FF5;
}

.poslovi-prijava-page form {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
}

.poslovi-prijava-page .firme-forma-label {
    font-weight: bold;
}

.poslovi-prijava-page .ne-znam {
    margin-bottom: 0;
}

.poslovi-prijava-page .spinner-wrap {
    justify-content: center;
    position: relative;
}

.poslovi-prijava-page .spinner-wrap #loading {
    position: absolute;
    right: 0;
}
/* END: Poslovi Prijava */

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}