/* /css/custom-login.css */
body {
    background-image: url('/images/background.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0;
}

main {
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(6px);
    /*width: 350px;*/
}

.fi-simple-main {
    max-width: 500px !important;
}

span.text-gray-950 {
    color: #fff !important;
}

.fi-simple-header-heading {
    color: #fff;
}
