html, body{
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Roboto Slab', serif !important;
    font-weight: bold;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

a:hover {
    background-color:#bedafe;
}

.comboBox{
    margin-right: 5%;
    margin-left: 5%;
    padding: 0;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 5%;
    margin-top: 10%;
    /* koristi se i za tablicu na index stranici*/
}
.white{
    color: white !important;
}

.podatci{
    font-size: 15px !important;
    color: white;
    background-color: #fff;
    border-collapse:separate;

    border-radius:6px;
    -moz-border-radius:6px;
    margin: 3% 20%;
    text-align: center;
    font-weight:normal !important;
}

/* .form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 80%;
}

.form label{
    margin:0 auto 0 0;
}

.form label:not(:first-child){
    margin-top: 10px;
}

.form-control{
    padding: 10px 0;
    background-color: #fff;

    border-radius:3px;
    outline: none;
    color: white !important;
    font-weight: 300;
    padding-left:10px; 
} */

#slike {
    height: 35%;
    width: 100%;
    max-width: 700px;
    background-image: url("../pictures/pozadina.png");  
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  /* .pozadina {    
    position: absolute;    
    top: 0;
    left: 0;
  } */
  .logo {
    position: absolute;    
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
  }
/*   .logo{
    display:block; 
    margin: 25px auto;
} */

.login{
    position: relative;
}
/*.loginbox{
    position: relative;
}
 .inputbox input[type="user"]{

    position: relative;
    border:none;
    border-bottom: 2px solid #444;
    border-radius: 0px;
    outline: none;
    height: 40px;
    width: 250px;
    color: #444;
    background: transparent;
    font-size: 16px;
    padding-left: 0px;
    box-sizing: border-box;
    left: 39px;
    top: -110px;
}
.inputbox input[type="user"]:focus{
    border-bottom: 2px solid #6591cd;
} */

/* .inputbox input[type="password"]{

    position: relative;
    border:none;
    border-bottom: 2px solid #444;
    border-radius: 0px;
    width: 250px;
    padding-left: 0px;
    outline: none;
    height: 40px;
    color: #444;
    background: transparent;
    font-size: 16px;
    border-left: 25px;
    box-sizing: border-box;
    left: 39px;
    top: -155px;
}
.inputbox input[type="password"]:focus{
    border-bottom: 2px solid #6591cd;
} */
/* .inputbox input[type="button"]{
    position: absolute;
    width:280px;
    outline: none;
    border: none;
    height: 30px;
    font-size: 16px;
    background-image: linear-gradient(#bedafe, #6591cd);
    color: #fff;
    border-radius: 12px;
    cursor:pointer;
    right: 0px;
    top: 0px;
    
}

.loginbox input{
    width: 100%;
    margin-bottom: 40px;
} */
/* .inputbox span{
    position: absolute;
    color: #262626;
} */

.mail{
    position: relative;
    padding-top: 0px;
}
.skupa {
    position: relative;
    top: 0;
    left: 0;
  }
  .web {
    position: absolute;;
    top: -25px;
    left: -165px;
  }
  .ostalo {
    position: absolute;
    top: -25px;
    right: -165px;
  }

  
  .add-button {
    position: absolute;
    top: 1px;
    left: 1px;
  }

  #apiKey{

    border:none;
    border-bottom: 2px solid #444;
    border-radius: 0px;
    width: 250px;
    padding-left: 0px;
    outline: none;
    height: 25px;
    color: #444;
    background: transparent;
    font-size: 16px;
    border-left: 0px;
    box-sizing: border-box;
}
#apiKey:focus{
    border-bottom: 2px solid #6591cd;
}

#password, #username{
    border:none;
    border-bottom: 2px solid #91c1ff;
    border-radius: 0px;
    width: 240px;
    margin-left: 10px;
    padding-left: 5px;
    outline: none;
    height: 25px;
    color: #444;
    background: transparent;
    font-size: 18px;
    border-left: 0px;
    box-sizing: border-box;
    margin-bottom:25px;
}


#password:focus, #username:focus{
    border-bottom: 2px solid #5785c7;
}

#botun-prijava{
    width:180px;
    outline: none;
    border: none;
    height: 35px;
    font-size: 18px;
    background-image: linear-gradient(#bedafe, #6591cd);
    color: #fff;
    border-radius: 8px;
    cursor:pointer;
    margin-top: 15px;
}

.fa-user, .fa-lock{
    font-size: 25px;
    color: #5785c7;
}


span{
    color: #262626;
    margin: auto;
}

form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
