 #header-index{
            height:120px;
            width:100%; 
            display:flex; 
            justify-content:space-between; 
            align-items:center; 
            padding:10px; 
            box-sizing:border-box; 
            background-color:#f0f0f0;
        }
        #header-index .logo{
            width:100%;
            display:flex;
            flex-direction:column;
            align-items:center; 
            text-align:center;
        }
        #footer{ 
            display:flex; 
            justify-content:space-between;
            align-items:center;
            width:100%;
            color:#fff;
            background: linear-gradient(45deg, rgb(133, 182, 238) 0%, #1a5fc7 100%);
            position:fixed;
            bottom:0;
            padding:10px;
            box-sizing:border-box;
        }
        #footer a{
            color:#fff;
            text-decoration:none;
            padding:10px;
            font-size:14px;
        }
        .login-container{
            width:92%;
            margin:220px 4%!important;;
            padding:20px;
            border:1px solid #ccc;  
            border-radius:8px;
            box-shadow:0 0 10px rgba(0,0,0,0.1);
            background-color:#fff;  
            text-align:center;
            box-sizing:border-box;
            overflow:hidden;
        } 