@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;
}