* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: font_obic;
    src: url(fonti/roboto-regular-webfont.woff2);
}
@font-face {
    font-family: font_fat;
    src: url(fonti/roboto-bold-webfont.woff2);
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: font_obic;
    font-size: 15px;
}

/*
#0169cc -tmna
#71a1fa -svetla
*/

div {
    padding-bottom: 3%;
}

input[type=text],input[type=email],input[type=date],textarea {
    border: 2px solid #0169cc;
    border-radius: 5px;
    padding: 1%;
    box-sizing: border-box;
    width: 100%;
}

.obv::after {
    content: "*";
    color: red;
}

.osivi {
    cursor: pointer;
    opacity: 0.5;
}

#main {
    width: 100%;
    height: 100%;
}

#slika {
    width: 20%;
    height: 10%;
    background-image: url("slike/akos_logo_sl.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    margin: 1% auto;
}

#obrazec-main {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 3%;
    padding-top: 1%;
    padding-bottom: 0px;
    border: 3px solid #71a1fa;
    border-radius: 25px;
    max-width: fit-content;
    margin-bottom: 5%;
    background: #0169cc;
   box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.6);
}

#osnovni {
    padding: 3%;
    max-width: 100%;
    border-radius: 20px;
    border: 2px solid #71a1fa;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    background: white;
    align-items: center;
}

#osnovni>div {
    padding: 0;
}

#gnaslov {
    padding-top: 0;
    padding-bottom: 5%;
    text-align: center;
    color: white;
    font-family: font_fat;
}

#gnaslov>h1 {
    font-size: 20px;
    font-family: font_fat;
}

#ime_priimek > div, #davcna, #tel_mail > div, #naslov, #mestoSt > div {
    flex: 1;
    margin-right: 2%;
}

#ime_priimek, #tel_mail, #mestoSt {
    display: flex;
}

#davcna > input, #ulica_hisna_st, #mesto, #postnaST, #telefonska, #mail {
    width: 100%
}

#prosnja {
    padding-bottom: 5%;
    text-align: center;
    color: white;
    font-family: font_fat;
}

#prosnja>h1 {
    font-size: 20px;
    font-family: font_fat;
}

#izdaja {
    border: 2px solid #71a1fa;
    border-radius: 20px;
    width: 100%;
    padding: fit-content;
    text-align: center;
    margin-bottom: 5%;
    background-color: white;
    transition: opacity 0.5s ease;
}

#izdaja>input {
    width: 20%;
    font-weight: bold;
}

#izdaja>p {
    padding: 2% 0;
}

#izdaja>#dat {
    width: 30%;
    text-align: center;
    font-weight: normal;
}

#podalsanje {
    border: 2px solid #71a1fa;
    border-radius: 20px;
    width: 100%;
    padding: fit-content;
    text-align: center;
    margin-bottom: 5%;
    background-color: white;
    transition: opacity 0.5s ease;
}

#podalsanje>p {
    padding: 2% 0;
}

#podalsanje>#k_pod {
    width: 30%;
    font-weight: bold;
}

#podalsanje>input {
    width: 30%;
    text-align: center;
}

#vracilo {
    border: 2px solid #71a1fa;
    border-radius: 20px;
    width: 100%;
    padding: fit-content;
    text-align: center;
    background-color: white;
    transition: opacity 0.5s ease;
}

#vracilo>p {
    padding: 2% 0;
}

#vracilo>#vrac_st {
    width: 30%;
}

#vracilo>input {
    font-weight: bold;
    width: 20%;
    text-align: left;
}

#vracilo>#vrac_kz {
    text-align: center;
    width: 30%;
}

#vracilo>#dat_vrac_kz {
    text-align: center;
    font-weight: normal;
    width: 30%;
}

#vracilo>textarea {
    resize: none;
    width: 50%;
    height: 100px;
}


#oddaj {
    text-align: center;
    margin: 0;
}

#oddaj>input {
    padding: 1% 5%;
    border: 5px solid #71a1fa;
    border-radius: 10px;
    background-color: white;
    font-family: font_fat;
    transition: 0.2s;
}

#oddaj>input:hover {
    background-color: #71a1fa;
    cursor: pointer;
    transition: 0.2s;
}