body{
    background-image: url('../img/techem_form_background.jpeg');
    background-attachment: fixed;
    background-color: #eaeaea;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-header{
    background-color: #eaeaea !important;
}

.btn-primary{
    width: 20%;
    float: right;
}
.fileuploader {
    background: #ffffff !important;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    background: #198754 !important;
}
.fileuploader-input .fileuploader-input-caption {
    color: #198754 !important;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    border-radius: 0.25rem;
}
#show-when-ready{
    display: flex;
}
.ss-content .ss-search .ss-addable{
    color: #198754 !important;
    padding: 0 15px;
}
.ss-content .ss-search .ss-addable::after{
    content: "Dodaj";
    font-size: 16px;
    padding: 0 15px;
}

.g-recaptcha{
    padding: 15px 0;
}
.g-recaptcha>div {
    text-align: right;
    display: contents;
    margin: auto !important;
}