*{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
    color: #0ea0ee;;
}
#stran{
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    flex-grow: 1;
    font-family: 'Nunito', sans-serif;
}
#okno{
    height: 825px;
    width: 500px;
    margin: 50px 0 50px;
    padding: 24px;
    border: 1px solid #ebebeb;
    border-radius: 3%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .04);
}
#signUpZgoraj{
    height: 100%;
    width: 100%;
}
#nadOr{
    width: 100%;
    height: 20%;
}
#ikonaContainer{
    width: 100%;
    display: flex;              
    align-items: center;        
    gap: 10px;
    margin-bottom: 20px;
}
#ikona, #ikona img{
    width: 50px;
    height: 50px;
}
#ikonaContainer_desna{
    display: flex;
    flex-direction: column;     
    justify-content: center;
}
#koraki{
    color: rgb(101 107 115);
    font-size: 15px;
}
#googleLogin{
    width: 100%;
}
#googleLogin_text{
    font-size: 15px;
    font-weight: 600;
    color: #525252;
    margin-bottom: 10px;
}
#googleLogin_button{
    margin: auto;
    width: 85%;
    height: 40px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
#googleLogin_button:hover{
    background-color: rgba(144, 207, 224, 0.199);
    border: 2px solid rgba(76, 160, 199, 0.24);
}
#googleLogin_ikona, #googleLogin_ikona img{
    margin-left: 4px;
    width: 20px;
    height: 20px;
}
#googleLogin_prijava{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #525252;
}

#or{
    display: flex;
    align-items: center;
}
.hr_crta{
    width: 45%;
}
#text{
    width: 10%;
    font-size: 15px;
    text-align: center;
    color: #525252;
}
.imenaPolj{
    font-size: 13px;
    color: #000000;
    padding: 10px 0 10px;
}
.vrstica{
    width: 100%;
    height: 45px;
    display: flex;
    padding-bottom: 10px;
    gap: 10px;
}
.polovica{
    width: 50%;
    padding: 10px;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 10px;
    font-size: 15px;
    color: rgb(101 107 115);;
}
.celaVrstica{
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 10px;
    font-size: 15px;
    color: rgb(101 107 115);
}
.besediloSpan{
    font-size: 12px;
    color: rgb(101 107 115);
    margin-bottom: 5px;
}
#divBesedilo_zg{
    margin-top: 10px;
    font-size: 12px;
    color: rgb(101 107 115);
    margin-bottom: 5px;
}
#divBesedilo_sp{
    margin-top: 10px;
    font-size: 12px;
    color: rgb(101 107 115);
    margin-bottom: 5px;
}
#gumbContainer{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gumbContinue{
    width: 30%;
    height: 40px;
    padding: 5px;
    border: 0px;
    border-radius: 30px;
    background-color: #0e82ee;
    font: 15px;
    color: white;
}
#gumbContinue:hover{
    cursor: pointer;
}
#spodnji_hr {
    width: calc(100% + 48px); 
    margin: 20px 0 10px -24px;
    border: 1px solid #e0e0e0; 
}
#signUpZgoraj_noga{
    width: 100%;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#containerDnoOkna{
    display: flex;
    gap: 40px;
}
#leva{
    display: flex;
    flex-direction: column;
}
#desna{
    display: flex;
    flex-direction: column;
}
.linkNaDnu{
    font-size: 12px;
    color: #0ea0ee;
    text-decoration: none;
}
.linkNaDnu:hover{
    cursor: pointer;
}
#noga{
    width: 100%;
    height: 230px;
    margin-top: auto;
    padding: 20px 0 20px;
    background-color: rgb(247, 247, 247);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}
#vsebinaNoge{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.stolpec{
    width: 15%;
    height: 100%;    
}
.glava{
    padding-bottom: 10px;
}
.vsebina{
    line-height: 20px;
}
.vsebina:hover{
    cursor: pointer;
}
#glavaLanguage{
    padding: 30px 0 10px;
}
#jeziki {
  width: 220px;
  height: 36px;
  padding: 6px 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #333;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #f9f9f9;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="%23666"><polygon points="0,0 10,0 5,5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  cursor: pointer;
}
#spodnjiPas{
    width: 100%;
    height: 55px;
    background-color: rgba(32, 32, 32, 0.945);
}
#spodnjiPasVsebina{
    display: flex;
    align-items: center;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    padding-left: 20%;
    padding-top: 20px;
    gap: 30px; 
}
.gumb:hover{
    cursor: pointer;
}