        body {
            font-family: 'Inter', sans-serif;
            background-color: #f4f7f6;
            height: 100vh;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .login-container {
            display: flex;
            width: 900px;
            max-width: 95%;
            height: 600px;
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .login-sidebar {
            flex: 1;
            background: linear-gradient(
                        135deg,
                        rgba(0, 123, 255, 0.9),
                        rgba(0, 86, 179, 0.9)
                    ),
                    url('https://images.unsplash.com/photo-1586015555751-63bb77f4322a?q=80&w=1000&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff;
            padding: 40px;
            text-align: center;
        }

        .login-form-section {
            flex: 1;
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .form-control {
            border-radius: 8px;
            padding: 12px 15px;
            border: 1px solid #ddd;
        }

        .form-control:focus {
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
            border-color: #007bff;
        }

        .btn-primary {
            border-radius: 8px;
            padding: 12px;
            font-weight: 600;
        }

        #system-logo-modern {
            width: 90px;
            height: 90px;
            background: #fff;
            border-radius: 50%;
            padding: 10px;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

       @media (max-width: 768px) {

    body {
        align-items: flex-start;
        padding: 20px 0;
    }

    .login-container {
        flex-direction: column;
        height: auto;
        border-radius: 16px;
    }

    .login-sidebar {
        display: flex;
        width: 100%;
        height: 220px;
        border-radius: 16px 16px 0 0;
        padding: 25px;
    }

    .login-sidebar h2 {
        font-size: 1.4rem;
    }

    .login-sidebar p {
        font-size: 0.9rem;
    }

    .login-form-section {
        padding: 30px;
    }

    #system-logo-modern {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    .clinic-info {
        font-size: 0.85rem;
        margin-top: 15px;
    }

    .clinic-info .info-item {
        margin-bottom: 8px;
    }
}
.clinic-info {
    width: 100%;
    margin-top: 30px;
    text-align: left;
    font-size: 0.9rem;
}

.clinic-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.95);
}

.clinic-info .info-item i {
    width: 22px;
    font-size: 1rem;
    margin-right: 10px;
    color: #e3f2fd;
}

.clinic-info .info-item span {
    line-height: 1.4;
}
.info-item {
    color: #ffffff;
}

.info-item i {
    color: #ffffff;
}

.info-item a {
    color: #ffffff;
    text-decoration: none;
}

.info-item a:hover {
    text-decoration: underline;
}
.info-item {
    color: #ffffff;
}

.info-item i {
    color: #ffffff;
}

.info-item a {
    color: #ffffff;
    text-decoration: none;
}

.info-item a:hover {
    text-decoration: underline;
}
