textarea {
    margin-top: 10px;
}

label {
    font-weight: bold;
}

#user-message-label {
    margin-top: 10px;
}

form .btn {
    width: 100%;
}

.envelope .far, .envelope .fas {
    color:#0c4694;
    font-size: 4.6em;
}

.envelope .fas:first-of-type {
    margin-right: 0.5em;
}
.envelope .fas:last-of-type {
    margin-left: 0.5em;
}

.envelope {
    text-align: center;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
}

h4 {
    margin-top: 0.6em;
}



iframe {
    width: 100%;
}
.fakturUdaje .special {
    text-align: center;
    font-size: 1.15em;

}

.fakturUdaje table {
    margin: 0 auto;
    font-size: 1.1em;
}
.fakturUdaje tr td:first-child {
    font-weight: bold;
    padding: 2px;
    padding-right: 15px;

}

.info-big {
    display: inline;
}

.info-small {
    display: none;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    float: right;
}

.form-check label {
    float: right;
}

.submitButton {
    text-align: right;
}

.submitButton .btn-primary {
    width: 50%;
}



.message-label label {
    position: relative;
    top: 7px;
    margin-bottom: 0px;
}


@media screen and (max-width: 767px) {
    .form-group {
        margin-bottom: 0px;
    }

    .form-group label {
        margin-top: 0.5rem;
    }

    .message-label label {
        position: relative;
        top: 0px;
        margin-bottom: 0.5rem;
    }

    .form-check label {
        padding-top: 10px;
    }

}


@media screen and (max-width: 510px) {

    .info-small {
        display: inline;
    }

    .info-big {
        display: none;
    }
}

@media screen and (max-width: 493px) {

    .form-check-input {
        top: 10px;
    }
}

@media screen and (max-width: 324px) {

    .form-check-input {
        top: 3vh;
    }
}

.loading-wrap {
    margin: 0px auto;
    text-align: center;
}

#loading {
    width: 65px;
    height: 65px;
    position: relative;
    top: -15px;
    display: none;
}


#interested2 {
    display: none;
}
