:root {
            --bs-primary: #49277C;
            --bs-primary-rgb: 73, 39, 124;
        }
        .btn-primary {
            background-color: var(--bs-primary) !important;
            border-color: var(--bs-primary) !important;
        }

        .text-primary {
            color: var(--bs-primary) !important;
        }

        .bg-primary {
            background-color: var(--bs-primary) !important;
        }

        .border-primary {
            border-color: var(--bs-primary) !important;
        }

    	body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f8f9fa;
            font-size: 1.2rem;
            font-family: "Josefin Sans";
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: "Saira Extra Condensed";
        }

        .login-container {
            width: 100%;
            max-width: 400px;
            padding: 2rem;
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
/*            text-align: center;*/
        }
        .logo {
            max-width: 80%;
            height: auto;
            margin: auto;
            display: block;
        }

        .form-label {
            font-weight: bolder;
        }

        .form-control {
            
        }