/* Extracted from signin.html */

/* Global overrides for the login page */
    .navbar, header {
        display: none !important;
    }

    .content-wrapper {
        margin-top: 0 !important;
        margin-left: 0 !important;
        /* Force center by removing sidebar margin */
        padding: 0 !important;
        background-color: #a3cae9;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        padding-top: 0 !important;
    }

    .form-section {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
        background-color: #a3cae9;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
    }

    body {
        background-color: #a3cae9;
    }

