.header {
    height: 170px;
}

label.required:after, .required-element-wrapper label:after, .required-element-wrapper legend:after {
    content: "*";
    color: red;
}


.content {
    background-color: rgba(255, 255, 255, 0.5);
}

.form-horizontal .col-form-label {
    text-align: right;
}

.invalid-feedback {
    display: block !important;
}

@media (max-width: 750px) {
    body {
        background: none !important;
    }
}
body.public {
    background: white url('/assets/drukdoor/img/background-full.jpg') top center no-repeat;
}
