﻿body.admin-bg {
    background-image: url('/assets/img/green-finance-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}


    /* Optional overlay for readability */
    body.admin-bg::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0);
        z-index: -1;
    }

/* Ensure content stays above overlay */
.wrapper,
.content-wrapper,
main,
.container,
.container-fluid {
    position: relative;
    z-index: 1;
}

.g-recaptcha {
    transform: scale(0.95);
    transform-origin: left top;
}
