
main{
    background-image: url('../assets/images/background-urszr.jpg');
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.semi-bold{
    font-weight: 400;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);  /* Adjust the RGBA values for different overlay colors and transparency */
    z-index: 1050;  /* This ensures the overlay is on top of everything else */
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);  /* This will blur the content behind the overlay */
}

.prijava-slika{
    width: 50%;
}


.prijavni-input{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    opacity: 1;
    width: 100%;
    height: 39px;
    padding-left: 3rem;
    padding-right: 3rem; 
    -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.prijavni-input:focus {
    border: 1px solid #8a0304 !important;
    -webkit-box-shadow: 0 0 5px rgba(138, 3, 4, 0.3);
            box-shadow: 0 0 5px rgba(138, 3, 4, 0.3);
    outline: none;
    /* background-color: rgb(240, 240, 240); */
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #8a03033d;
    
    
}


.prijavni-input[type=text] {
    padding-left: 3rem;
}


.prijavni-input::-webkit-input-placeholder{
    color: black;
    font-size: 16px;
}


.prijavni-input::-moz-placeholder{
    color: black;
    font-size: 16px;
}


.prijavni-input:-ms-input-placeholder{
    color: black;
    font-size: 16px;
}


.prijavni-input::-ms-input-placeholder{
    color: black;
    font-size: 16px;
}


.prijavni-input::placeholder{
    color: black;
    font-size: 16px;
}

.prijava-glass-effect{
    background-color: #04040408;
    border: 2px solid #FFFFFF52;
    opacity: 1;
    padding:4rem 2rem;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 20px;
    margin-bottom: 5rem;
    margin: 0 0 5rem 3rem;
}





  .checkbox-wrapper-31:hover .check {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .checkbox-wrapper-31 .background {
    fill: white;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
  }
  .checkbox-wrapper-31 input[type=checkbox]:hover {
    cursor: pointer;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .background {
    /* fill: #6cbe45; */
    fill: #3B95AF;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .stroke {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .check {
    stroke-dashoffset: 0;
  }


.oddaj-pomoc{
    background:transparent;
    border-radius: 20px;
    color: #8a0304;
    width: 50%;
    border: 1.5px solid #8a0304;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-weight: 700;
}

.oddaj-pomoc:hover{
    background: #8a0304 0% 0% no-repeat padding-box;
    color: white;
    -webkit-box-shadow: 0 0 5px rgba(138, 3, 4, 0.7);
            box-shadow: 0 0 5px rgba(138, 3, 4, 0.7);
}

.text-obvestilo{
    font-size: 1.3rem;
}



@media (max-width: 480px) {
    .prijava-slika{
        width: 100%;
    }
    .prijavni-input{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #FFFFFF;
        border-radius: 24px;
        opacity: 1;
        width: 100%;
        height: 39px;
        padding-left: 0.5rem;
        padding-right: 1rem; 
        -webkit-appearance: none;
    -moz-appearance: none;
        appearance: none;
    }
    .prijavni-input[type=text] {
        padding-left: 0.5rem;
    }
    .prijava-glass-effect{
        padding:2rem 1rem;
        margin: 2rem 0 0 0;
    }
    .prijavni-input .tagify__input{
        padding-left: 0.5rem;
    }
}