* {
    font-family: "Poppins";
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    background-image: url("forma-background.jpg");
    height: 35rem;
    overflow: auto;
    flex-direction: column;
    object-fit: fill;
    padding: 1em;
    overflow-x: hidden;
}

.form-title {
    text-transform: uppercase;
}

.form div {
    margin: 5px;
}

.form label,
.form h3,
.form p,
.form a {
    color: white;
}

.form h3 {
    text-align: center;
}

.row-newsletter {
    float: left;
    display: flex;
    flex-flow: column;
    margin-left: 1.5vw;
    flex: 1;
}

.provjeriBtn {
    background-color: white !important;
    border-style: none;
    width: 8rem;
    height: 3rem;
    border-radius: 0.5em;
    font-size: 1em;
    transition: .3s background-color;
    cursor: pointer;
    color: black;
    margin-left: 1rem;
}

.provjeriBtn:hover {
    background-color: rgb(249, 249, 249);
}

.ulicaInput,
.kucniBrojInput {
    outline: none;
    border-radius: .5em;
    border-style: none;
    height: 4vh;
    padding-left: 1em;
    font-size: 1.1em;
}

.ulicaInput {
    width: 20vw;
}

.kucniBrojInput {
    width: 6vw;
}

.privolaCheck {
    width: fit-content;
}

.privola-dostupnosti-container{
    flex-direction: column;
}

input[type="checkbox"] + label:before {
    display: none;
}

.usluga-nije-dostupna-main-div {
    display: flex;
    background-image: url("forma-background.jpg");
    flex-direction: row;
    height: 28.5em;
    width: 104vw;
    margin-top: 10em;
}

.col-lijevi {
    display: flex;
    flex-direction: column;
}

.naslov-usluga-nije-dostupna {
    color: #FFF !important;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.tekst-usluga-nije-dostupna {
    color: #FFF;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 43em;
    height: fit-content;
    margin-top: 0;
}

.emailInput {
    border-radius: .5em;
    background-color: #FFF !important;
    padding-left: 1em;
    color: #505050;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-style: none;
    height: 2.5em;
    margin-top: 1.2em;
    outline: none;
}

.posaljiEmailBtn {
    border-radius: .5em;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-style: none;
    width: 7em;
    height: 2.3em;
    padding: 0;
    margin-top: 2em;
}

.col-desni {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.col-usluga-nije-dostupna-ui {
    flex: 1;
}

.col-lijevi .row-newsletter {
    flex: 1;
    padding-left: 3em;
}

.upozorenje-newsletter-uspjesno {
    color: #44ff44;
}

/* Breakpoint 1 - 1050px */
@media screen and (max-width: 1050px) {
    .emailInput {
        width: 80% !important;
    }

    .usluga-nije-dostupna-main-div {
        flex-direction: column;
        height: 45em;
    }

    .col-desni {
        width: auto;
    }

    .tekst-usluga-nije-dostupna {
        width: 40rem;
    }
}

/* Breakpoint 2 - 770px */
@media screen and (max-width: 770px) {
    .emailInput {
        width: 80% !important;
    }
    .naslov-usluga-nije-dostupna {
        padding-top: 1em;
    }

    .tekst-usluga-nije-dostupna {
        width: 35rem;
    }

    .col-desni {
        width: auto;
    }

    .usluga-nije-dostupna-main-div {
        flex-direction: column;
        height: 45em;
    }
}

/* Breakpoint 3 - 635px */
@media screen and (max-width: 635px) {
    .emailInput {
        width: 80% !important;
    }
    .tekst-usluga-nije-dostupna {
        width: 28rem;
    }
}

/* Breakpoint 4 - 530px */
@media screen and (max-width: 530px) {
    .emailInput {
        width: 80% !important;
    }
    .tekst-usluga-nije-dostupna {
        width: 23rem;
    }
}

/* Breakpoint 5 - 415px */
@media screen and (max-width: 415px) {
    .emailInput {
        width: 80% !important;
    }
    .tekst-usluga-nije-dostupna {
        width: 21rem;
    }

    .usluga-nije-dostupna-main-div {
        height: 45em;
    }
}

/* Breakpoint 6 - 345px */
@media screen and (max-width: 385px) {
    .emailInput {
        width: 80% !important;
    }
    .col-lijevi .row-newsletter {
        padding-left: 2em;
    }

    .usluga-nije-dostupna-main-div {
        height: 50em;
    }

    .tekst-usluga-nije-dostupna {
        width: 18rem;
    }
}

/* Breakpoint 7 - 285px */
@media screen and (max-width: 285px) {
    .emailInput {
        width: 80% !important;
    }
    .tekst-usluga-nije-dostupna {
        font-size: 0.9em;
        width: 12rem;
    }
}

