.bg-site {
    background-color: sandybrown;
}

.border-site {
    border: 5px solid sandybrown;
}


label.required:before {
    content: "*";
    color: red;
}

.help-text {
    font-size: 0.8em;
    font-style: italic;
}

.spinner-action {
    display: none;
}

body {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.4), rgba(0,0,0,0.4)),
        url("/images/body.jpg");
    /* background-image: url("/images/body.jpg"); */
    /* background-size: cover; */
    min-height: 95vh;
    background-position: center;
    margin: 0;
    /* background-repeat: no-repeat; */
}