@charset "UTF-8";

.repurate-logo {
    background-color: rgba(255, 255, 255, 0.92);
    background-blend-mode: lighten;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position:center;
    background-position-y: 70%;
}

.body {
    background-color: rgba(216, 240, 255, 1.00);
}

#flash-message{
    z-index: 10000;
}

/* ---- Django Form Error Styling (clean + red) ---- */
.errorlist {
    color: #dc3545 !important;   /* Bootstrap red */
    margin-top: 4px;
    padding-left: 1.25rem;       /* restores bullet indentation */
}

.errorlist li {
    color: #dc3545 !important;
    font-weight: normal;         /* normal weight */
    font-size: 0.875rem;         /* Bootstrap equivalent (14px) */
    list-style: disc !important; /* restore bullet */
}