body {
    /* background-color: #ececec; */
}

header {
    background-image: url(https://www.newkota.com/wp-content/uploads/2018/06/NewKota_14-EDIT-e1530120384115.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.header__inner {
    
    backdrop-filter: blur(8px);
    padding: 1em;
}

.header__title {
    float: right;
    font-size: 3em;
    color: white;
    line-height: 1em;
    width: 60%;
    text-shadow: 2px 2px 4px #333;
}



body .form-display {
    background-color: #ececec;
    color: #a9a9a9;
}

    .form-display > select {
        opacity: .5;
    }

.form-display #form {
    background-color: #fafafa;
    color: #333;
    border-radius: 4px;
    padding: 2em;
}

.error.alert.alert-info {
    opacity: .5;
}

.error.alert.alert-info + br + a {
    opacity: .5;
}

#divDebug {
    color: #333;
}

#divButtons {
    border-top: 1px solid #666;
    padding-top: 1em;
}

.tip-upload {
    display: none !important;
}

