.login-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100vh;
        }

        .login-box {
            max-width: 400px;
            width: 100%;
            padding: 20px;
            border: 1px solid #03060f;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 171, 51);
			background-color: #00ab33;
        }
body {
    background-color: #03060f;
    /* Altre regole di stile per il corpo se necessario */
}