<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f8f6f6;
    color: #747678;
    font-size: 1rem;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    -ms-overflow-style: none;
    overflow: auto;
}

a,
a:active,
a:checked,
a:visited {
    color: #69ab45;
    font-weight: 700;
    text-decoration: none;
}

a:hover {
    color: #626363;
    font-weight: 700;
    text-decoration: none;
}

ul {
    text-align: center;
}

li {
    color: #fff;
    background-color: #ec9f2d;
    padding: 0.5rem;
    margin: 1.5rem;
    list-style-type: none;
}

h4 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
    padding: 0.8rem;
    color: #747678;
    margin-bottom: 1rem;
}

.form-group {
    margin: 0;
    text-align: center;
}

.pitanja {
    margin-bottom: 1rem;
    margin-top: 0.125rem;
    font-weight: bold;
}

.contact {
    width: 100%;
    max-width: 45rem;
    box-sizing: border-box;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.contact-title {
    color: #69ab45;
    text-align: center; 
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.contact-description {
    margin: 1rem 0px;
    padding: 0 .5rem;
    line-height: 1.1rem;
    text-align: center;
}

.error_msg {
    margin: 1rem 0px;
    padding: 0 .5rem;
    line-height: 1.1rem;
    text-align: center;
    color: #ff0000;
    font-weight: bold;;
}

.success_msg {
    margin: 1rem 0px;
    padding: 0 .5rem;
    line-height: 1.1rem;
    text-align: center;
    color: #ff0000;
    font-weight: bold;;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea,
.contact select {
    background: rgba(255, 255, 255, 0.85);
    border: 0.0625rem solid #69ab45;
    -webkit-border-radius: 0.0625rem;
    -moz-border-radius: 0.0625rem;
    border-radius: 0.0625rem;
    -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(151, 151, 151, 0.075);
    color: #747678;
    line-height: 1rem;
    margin-bottom: 1rem;
    margin-top: 0.125rem;
    outline: 0 none;
    padding: 0.5125rem 0.5125rem 0.5125rem;
    max-width: 34.25rem;
    width: 92%;
    box-sizing: border-box;
}

.contact textarea:focus {
    border-color: #69ab45;
}

.contact input:focus {
    border-color: #5f9741;
}

::placeholder {
    font-size: 0.8rem;
    opacity: 1;
    color: #747678;
}

.logo {
    color: #69ab45;
    font-weight: bold;
}

.disclaimer {
    margin: 1rem 0px;
    padding: 0 .5rem;
    line-height: 1.1rem;
}

.submit {
    background-color: #ED9F2D;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.09rem;
    border-color: transparent;
    height: 4rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width: 50%;
    box-shadow: 4px 4px 6px 0px #bbbbbb;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

.submit:hover {
    background-color: #2F7909;
}

.after-box {
    clear: left;
}

fieldset {
    border-width: 0rem !important;
    border-style: none;
    border-color: none;
}

.obvezanUnos {
    color: #ff0000;
    font-weight: bold;
    margin-left: 2px;
}

.dodatniPodatak {
    background-color: #7abf43;
    color: #fff;
    cursor: pointer;
    border-color: transparent;
}

.dodatniPodatak:hover {
    background-color: #2F7909;
}</pre></body></html>