html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 55px;
}

.gradient-custom-2 {
    /* fallback for old browsers */
    /*background: #fccb90;*/
    background: #154360;
    /*Chrome 10-25, Safari 5.1-6*/
    /*background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);*/
    background: -webkit-linear-gradient(to right, #3498db, #2980b9, #1f618d, #154360);
    /*W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+*/
    /*background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);*/
    background: linear-gradient(to right, #3498db, #2980b9, #1f618d, #154360);
}

@media (min-width: 768px) {
    .gradient-form {
          height: 90vh !important;
     
    }
}


@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

.right-login{
    display:block;
}

#cookie-consent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}



.popup-content {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 50vh;
    position: relative;
    margin-left: 70vh;
    margin-top: 50vh;
}

@media screen and (max-width: 768px) {
    .popup-content {
        width: 90%; /* Prilagodite širinu za mobilne uređaje */
        margin: 30vh auto; /* Prilagodite margine za centriranje na mobilnim uređajima */
    }
    .right-login {
        display: none !important;
    }
    .py-5 {

        padding-bottom: 8rem !important;
    }
}
#cookie-consent .popup-content-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: left; /* Postavite na 'center' ako želite da se tekst centrirano poravna */
}

#cookie-consent h2 {
    margin-top: 0;
}

#cookie-consent p {
    margin: 0;
}

#cookie-consent button {
    margin-top: 10px;
}

.password-input-wrapper {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .password-toggle-icon i {
        color: #777;
    }

        .password-toggle-icon i:hover {
            color: #333;
        }
.header_dw {
    height: 280px;
    background: url(/../images/dw_img1.jpg) 50% no-repeat;
    background-size: cover;
}
.div-set {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-animation {
    animation: blink 1s infinite;
}

.header_cookies_dw {
    height: 280px;
    background: url(/../images/cookies.jpg) 50% no-repeat;
    background-size: cover;
}
.header_privacy_dw {
    height: 280px;
    background: url(/../images/privatnost.jpg) 50% no-repeat;
    background-size: cover;
}

.header_conditions_dw {
    height: 280px;
    background: url(/../images/Opci_uvjeti.png) 50% no-repeat;
    background-size: cover;
}
